function EntityBase::postLoad

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postLoad()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postLoad()
  3. 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postLoad()

Overrides EntityInterface::postLoad

3 calls to EntityBase::postLoad()
EntityTestBundleClass::postLoad in core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
Acts on loaded entities.
Role::postLoad in core/modules/user/src/Entity/Role.php
Acts on loaded entities.
View::postLoad in core/modules/views/src/Entity/View.php
Acts on loaded entities.
3 methods override EntityBase::postLoad()
EntityTestBundleClass::postLoad in core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
Acts on loaded entities.
Role::postLoad in core/modules/user/src/Entity/Role.php
Acts on loaded entities.
View::postLoad in core/modules/views/src/Entity/View.php
Acts on loaded entities.

File

core/lib/Drupal/Core/Entity/EntityBase.php, line 438

Class

EntityBase
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.