Skip to content

Kirby 5.6.0

$page->crumb()

Single breadcrumb entry for the page. The title of a page that the user must not see gets redacted.

$page->crumb(): array

Return type

array

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

Parent class

Kirby\Panel\Page