protected function ViewCloneFormController::prepareEntity

Overrides \Drupal\Core\Entity\EntityFormController::prepareForm().

Overrides ViewFormControllerBase::prepareEntity

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php, line 27
Contains \Drupal\views_ui\ViewCloneFormController.

Class

ViewCloneFormController
Form controller for the Views clone form.

Namespace

Drupal\views_ui

Code

protected function prepareEntity() {

  // Do not prepare the entity while it is being added.
}