public function EntityFormInterface::setOperation in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/EntityFormInterface.php \Drupal\Core\Entity\EntityFormInterface::setOperation()
- 10 core/lib/Drupal/Core/Entity/EntityFormInterface.php \Drupal\Core\Entity\EntityFormInterface::setOperation()
Sets the operation for this form.
Parameters
string $operation: The name of the current operation.
Return value
$this
1 method overrides EntityFormInterface::setOperation()
- EntityForm::setOperation in core/
lib/ Drupal/ Core/ Entity/ EntityForm.php - Sets the operation for this form.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityFormInterface.php, line 24
Class
- EntityFormInterface
- Defines an interface for entity form classes.
Namespace
Drupal\Core\EntityCode
public function setOperation($operation);