public function LocalTaskInterface::getRouteName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Menu/LocalTaskInterface.php \Drupal\Core\Menu\LocalTaskInterface::getRouteName()
Get the route name from the settings.
Return value
string The name of the route this local task links to.
1 method overrides LocalTaskInterface::getRouteName()
- LocalTaskDefault::getRouteName in core/
lib/ Drupal/ Core/ Menu/ LocalTaskDefault.php - Get the route name from the settings.
File
- core/
lib/ Drupal/ Core/ Menu/ LocalTaskInterface.php, line 29 - Contains \Drupal\Core\Menu\LocalTaskInterface.
Class
- LocalTaskInterface
- Defines an interface for menu local tasks.
Namespace
Drupal\Core\MenuCode
public function getRouteName();