public function EntityFormController::__construct

Constructs an EntityFormController object.

Parameters

string $operation: The name of the current operation.

File

drupal/core/lib/Drupal/Core/Entity/EntityFormController.php, line 31
Definition of Drupal\Core\Entity\EntityFormController.

Class

EntityFormController
Base class for entity form controllers.

Namespace

Drupal\Core\Entity

Code

public function __construct($operation) {
  $this->operation = $operation;
}