public function ContextualLinkDefault::getRouteName

public ContextualLinkDefault::getRouteName()

Returns the route name of the contextual link.

Return value

string The name of the route this contextual link links to.

Overrides ContextualLinkInterface::getRouteName

File

core/lib/Drupal/Core/Menu/ContextualLinkDefault.php, line 24

Class

ContextualLinkDefault
Provides a common base implementation of a contextual link.

Namespace

Drupal\Core\Menu

Code

public function getRouteName() {
  return $this->pluginDefinition['route_name'];
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!ContextualLinkDefault.php/function/ContextualLinkDefault::getRouteName/8.1.x