public static function Entity::postLoad in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/Entity.php \Drupal\Core\Entity\Entity::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
2 calls to Entity::postLoad()
- 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.
2 methods override Entity::postLoad()
- 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/ Entity.php, line 452 - Contains \Drupal\Core\Entity\Entity.
Class
- Entity
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
public static function postLoad(EntityStorageInterface $storage, array &$entities) {
}