Chris@0: 'title', '#allowed_tags' => ['em']] Chris@0: * @endcode Chris@0: * If the method returns a string and it is not marked safe then it will be Chris@0: * auto-escaped. Chris@0: * Chris@0: * @param \Symfony\Component\HttpFoundation\Request $request Chris@0: * The request object passed to the title callback. Chris@0: * @param \Symfony\Component\Routing\Route $route Chris@0: * The route information of the route to fetch the title. Chris@0: * Chris@0: * @return array|string|null Chris@0: * The title for the route. Chris@0: */ Chris@0: public function getTitle(Request $request, Route $route); Chris@0: Chris@0: }