function EntityFormInterface::getOperation
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityFormInterface.php \Drupal\Core\Entity\EntityFormInterface::getOperation()
- 10 core/lib/Drupal/Core/Entity/EntityFormInterface.php \Drupal\Core\Entity\EntityFormInterface::getOperation()
- 11.x core/lib/Drupal/Core/Entity/EntityFormInterface.php \Drupal\Core\Entity\EntityFormInterface::getOperation()
Gets the operation identifying the form.
Return value
string The name of the operation.
1 method overrides EntityFormInterface::getOperation()
- EntityForm::getOperation in core/
lib/ Drupal/ Core/ Entity/ EntityForm.php - Gets the operation identifying the form.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityFormInterface.php, line 32
Class
- EntityFormInterface
- Defines an interface for entity form classes.
Namespace
Drupal\Core\EntityCode
public function getOperation();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.