function EntityBase::postLoad
Same name and namespace in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postLoad()
- 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postLoad()
- 11.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::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/
lib/ Drupal/ Core/ Entity/ EntityBase.php, line 423
Class
- EntityBase
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
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.