Skip to content

Kirby 5.0.4

$page->isListable()

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

$page->isListable(): bool

Return type

bool

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

Parent class

Kirby\Cms\Page