public function LocalActionInterface::getRouteName in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Menu/LocalActionInterface.php \Drupal\Core\Menu\LocalActionInterface::getRouteName()
Get the route name from the settings.
Return value
string The name of the route this action links to.
1 method overrides LocalActionInterface::getRouteName()
- LocalActionDefault::getRouteName in core/
lib/ Drupal/ Core/ Menu/ LocalActionDefault.php - Get the route name from the settings.
File
- core/
lib/ Drupal/ Core/ Menu/ LocalActionInterface.php, line 18
Class
- LocalActionInterface
- Defines an interface for menu local actions.
Namespace
Drupal\Core\MenuCode
public function getRouteName();