public function EntityFormControllerInterface::getOperation

Returns the operation identifying the form controller.

Return value

string The name of the operation.

1 method overrides EntityFormControllerInterface::getOperation()

File

drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php, line 46
Contains \Drupal\Core\Entity\EntityFormControllerInterface.

Class

EntityFormControllerInterface
Defines a common interface for entity form controller classes.

Namespace

Drupal\Core\Entity

Code

public function getOperation();