Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. View.php

function View::postCreate

Overrides EntityBase::postCreate

File

core/modules/views/src/Entity/View.php, line 391

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Entity

Code

public function postCreate(EntityStorageInterface $storage) {
    parent::postCreate($storage);
    $this->mergeDefaultDisplaysOptions();
}
RSS feed
Powered by Drupal