You are here

public function EntityRoutingMapBase::getOperations in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/EntityRoutingMapBase.php \Drupal\form_mode_manager\EntityRoutingMapBase::getOperations()

Return the form operation route mapping.

Return value

array[] The mapping of each entity form operation given by plugin annotation.

Overrides EntityRoutingMapInterface::getOperations

File

src/EntityRoutingMapBase.php, line 106

Class

EntityRoutingMapBase
Base class for form mode manager entity routing plugin.

Namespace

Drupal\form_mode_manager

Code

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