ViewUI::postLoad

public static ViewUI::postLoad(EntityStorageInterface $storage, array &$entities)

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 1129

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public static function postLoad(EntityStorageInterface $storage, array &$entities) {
}
doc_Drupal
2016-10-29 09:56:03
Comments
Leave a Comment

Please login to continue.