❌ Kirby 2 no longer actively supported. 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