Defines a class which knows how to generate the title from a given route.
Hierarchy
- interface \Drupal\Core\Controller\TitleResolverInterface
File
- core/lib/Drupal/Core/Controller/TitleResolverInterface.php, line 11
Namespace
Drupal\Core\Controller
Members
Name | Modifiers | Type | Description |
---|---|---|---|
TitleResolverInterface::getTitle | public | function | Returns a static or dynamic title for the route. |
Please login to continue.