function EntityInterface::postLoad
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::postLoad()
- 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::postLoad()
- 11.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::postLoad()
Acts on loaded entities.
Parameters
\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object.
\Drupal\Core\Entity\EntityInterface[] $entities: An array of entities.
3 methods override EntityInterface::postLoad()
- EntityBase::postLoad in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - SqlContentEntityStorageTestEntityInterface::postLoad in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - ViewUI::postLoad in core/
modules/ views_ui/ src/ ViewUI.php - Acts on loaded entities.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityInterface.php, line 330
Class
- EntityInterface
- Defines a common interface for all entity objects.
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.