You are here

public function RouteWrapperInterface::getIdentifier in Drupal 7 to 8/9 Module Upgrader 8

Returns an identifier for this route.

Return value

string

2 methods override RouteWrapperInterface::getIdentifier()
RouteWrapper::getIdentifier in src/Routing/Drupal7/RouteWrapper.php
Returns an identifier for this route.
RouteWrapper::getIdentifier in src/Routing/Drupal8/RouteWrapper.php
Returns an identifier for this route.

File

src/Routing/RouteWrapperInterface.php, line 16

Class

RouteWrapperInterface
Common interface implemented by classes which wrap around Drupal 7 or Drupal 8 routes.

Namespace

Drupal\drupalmoduleupgrader\Routing

Code

public function getIdentifier();