|
Tripal
|
Public Member Functions | |
| tripalEntityStorageLoad (array &$entities) | |
Implements hooks from the Drupal Entity API and focused on Tripal Content.
| Drupal\tripal\Hook\TripalEntityHooks::tripalEntityStorageLoad | ( | array & | $entities | ) |
Finish loading TripalEntities via the TripalStorage plugin API.
This is called during SqlContentStorage::doLoadMultiple() and only for entities queried from the database. After this point the entities will be added to the persistent cache until they are invalidated.
| array | $entities | An array of TripalEntity objects to finish loading. |