Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$file->filename()
Returns the full filename including extension
return
(string)
Example
<?= $page->file()->filename(); ?>
↑
Cheat Sheet overview
←
$file->extension()
→
$file->files()
↓
Back to Cheat Sheet section
Top