You are here

public static function ViewUI::postLoad in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::postLoad()
  2. 10 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::postLoad()

Acts on loaded entities.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object.

\Drupal\Core\Entity\EntityInterface[] $entities: An array of entities.

Overrides EntityInterface::postLoad

File

core/modules/views_ui/src/ViewUI.php, line 1120

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public static function postLoad(EntityStorageInterface $storage, array &$entities) {
}