protected function ViewAddFormController::prepareEntity

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

Overrides ViewFormControllerBase::prepareEntity

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php, line 64
Contains Drupal\views_ui\ViewAddFormController.

Class

ViewAddFormController
Form controller for the Views edit form.

Namespace

Drupal\views_ui

Code

protected function prepareEntity() {

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