You are here

public function EntityRoutingMapBase::setOperations in Form mode manager 8

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

Set a mapping of operations for Generic plugin.

Overrides EntityRoutingMapInterface::setOperations

1 call to EntityRoutingMapBase::setOperations()
EntityRoutingMapBase::setConfiguration in src/EntityRoutingMapBase.php
Sets the configuration for this plugin instance.
1 method overrides EntityRoutingMapBase::setOperations()
Generic::setOperations in src/Plugin/EntityRoutingMap/Generic.php
Set a mapping of operations for Generic plugin.

File

src/EntityRoutingMapBase.php, line 128

Class

EntityRoutingMapBase
Base class for form mode manager entity routing plugin.

Namespace

Drupal\form_mode_manager

Code

public function setOperations() {
  return FALSE;
}