Skip to content

Kirby 5.0.4

$file->isListable()

Check if the file can be listable by the current user This permission depends on the read option until v6

$file->isListable(): bool

Return type

bool

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

Parent class

Kirby\Cms\File