ViewDuplicateForm::prepareEntity

protected ViewDuplicateForm::prepareEntity()

Prepares the entity object before the form is built first.

Overrides ViewFormBase::prepareEntity

File

core/modules/views_ui/src/ViewDuplicateForm.php, line 15

Class

ViewDuplicateForm
Form controller for the Views duplicate form.

Namespace

Drupal\views_ui

Code

1
2
3
protected function prepareEntity() {
  // Do not prepare the entity while it is being added.
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.