public function EntityFormInterface::getOperation in Drupal 8
Same name and namespace in other branches
- 9 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()
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();