You are here

public function EntityRoutingMapInterface::getContextualLink in Form mode manager 8.2

Return the contextual links mapping for given operation.

Return value

string The contextual link name for given operation.

1 method overrides EntityRoutingMapInterface::getContextualLink()
EntityRoutingMapBase::getContextualLink in src/EntityRoutingMapBase.php
Return the contextual links mapping for given operation.

File

src/EntityRoutingMapInterface.php, line 65

Class

EntityRoutingMapInterface
EntityRoutingMapInterface interface class.

Namespace

Drupal\form_mode_manager

Code

public function getContextualLink($operation_name);