You are here

public function EntityRoutingMapInterface::getOperation in Form mode manager 8

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

Return the form operation route for given operation.

Return value

string The route of given operation.

1 method overrides EntityRoutingMapInterface::getOperation()
EntityRoutingMapBase::getOperation in src/EntityRoutingMapBase.php
Return the form operation route for given operation.

File

src/EntityRoutingMapInterface.php, line 27

Class

EntityRoutingMapInterface
EntityRoutingMapInterface interface class.

Namespace

Drupal\form_mode_manager

Code

public function getOperation($operation_name);