You are here

public function EntityRoutingMapBase::getContextualLinks in Form mode manager 8.2

Return the contextual links mapping.

Return value

array[] The mapping of each entity contextual links given by plugin annotation.

Overrides EntityRoutingMapInterface::getContextualLinks

File

src/EntityRoutingMapBase.php, line 134

Class

EntityRoutingMapBase
Base class for form mode manager entity routing plugin.

Namespace

Drupal\form_mode_manager

Code

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