Skip to content

Kirby 5.0.4

$site->hasCode()

Checks if the Files collection has any code files

$site->hasCode(): bool

Return type

bool

This method modifies the existing $site object it is applied to and returns it again.

Parent class

Kirby\Cms\Site

Examples

<?php if ($site->hasCode()): ?>
The /content folder contains code files.
<?php endif ?>