public ContextualLinkInterface::getRouteName()
Returns the route name of the contextual link.
Return value
string The name of the route this contextual link links to.
File
- core/lib/Drupal/Core/Menu/ContextualLinkInterface.php, line 37
Class
- ContextualLinkInterface
- Defines a contextual link plugin.
Namespace
Drupal\Core\Menu
Code
public function getRouteName();
Please login to continue.