function View::postCreate
Overrides EntityBase::postCreate
File
-
core/
modules/ views/ src/ Entity/ View.php, line 394
Class
- View
- Defines a View configuration entity class.
Namespace
Drupal\views\EntityCode
public function postCreate(EntityStorageInterface $storage) {
parent::postCreate($storage);
$this->mergeDefaultDisplaysOptions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.