- Issue created by @Anybody
In certain cases you don't want to show a page title, typically for example on front pages or on other pages that need a "full page" experience.
We should check and document how that can be done best-practice.
This came up while working at Homebox 3.0.x, which has a "Show / hide page title" option for homebox pages.
Some examples:
1. Return
$build['#title'] = NULL;
in a controller
2. Return NULL from a _title_callback
in a route
3. Return ''
or null
from _title:
in a route
Active
11.0 🔥
Last updated