Returns the operation identifying the form controller.
Return value
string
The name of the operation.
File
- drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php, line 63
- Definition of Drupal\Core\Entity\EntityFormControllerInterface.
Class
- EntityFormControllerInterface
- Defines a common interface for entity form controller classes.
Namespace
Drupal\Core\Entity
Code
public function getOperation();