public function EntityFormController::getEntity

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

Overrides EntityFormControllerInterface::getEntity

File

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

Class

EntityFormController
Base class for entity form controllers.

Namespace

Drupal\Core\Entity

Code

public function getEntity() {
  return $this->entity;
}