public static function ViewUI::postLoad in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::postLoad()
- 9 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_uiCode
public static function postLoad(EntityStorageInterface $storage, array &$entities) {
}