public function EntityFormController::getOperation

Implements \Drupal\Core\Entity\EntityFormControllerInterface::getOperation().

Overrides EntityFormControllerInterface::getOperation

File

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

Class

EntityFormController
Base class for entity form controllers.

Namespace

Drupal\Core\Entity

Code

public function getOperation() {
  return $this->operation;
}