protected property EntityFormController::$operation

The name of the current operation.

Subclasses may use this to implement different behaviors depending on its value.

Type: string

File

drupal/core/lib/Drupal/Core/Entity/EntityFormController.php, line 27
Contains \Drupal\Core\Entity\EntityFormController.

Class

EntityFormController
Base class for entity form controllers.

Namespace

Drupal\Core\Entity

Code

protected $operation;