public function EntityRoutingMapInterface::getOperation in Form mode manager 8.2
Same name and namespace in other branches
- 8 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()
File
- src/
EntityRoutingMapInterface.php, line 28
Class
- EntityRoutingMapInterface
- EntityRoutingMapInterface interface class.
Namespace
Drupal\form_mode_managerCode
public function getOperation($operation_name);