You are here

public function EntityRoutingMapInterface::getOperations in Form mode manager 8

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

Return the form operation route mapping.

Return value

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

1 method overrides EntityRoutingMapInterface::getOperations()
EntityRoutingMapBase::getOperations in src/EntityRoutingMapBase.php
Return the form operation route mapping.

File

src/EntityRoutingMapInterface.php, line 35

Class

EntityRoutingMapInterface
EntityRoutingMapInterface interface class.

Namespace

Drupal\form_mode_manager

Code

public function getOperations();