You are here

public function EntityFormInterface::getOperation in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityFormInterface.php \Drupal\Core\Entity\EntityFormInterface::getOperation()
  2. 9 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\Entity

Code

public function getOperation();