$site->hasVideos()
Checks if the Files collection has any videos
$site->hasVideos(): bool
Return type
bool
Parent class
Example
<?php if($site->hasVideos()): ?>
The /content folder contains video files.
<?php endif ?>
Checks if the Files collection has any videos
$site->hasVideos(): bool
bool
<?php if($site->hasVideos()): ?>
The /content folder contains video files.
<?php endif ?>