function d8cache_entitycache_load in Drupal 8 Cache Backport 7
Implements hook_entitycache_load().
File
- includes/
entity.inc, line 69 - Entity functions and hooks for the D8 caching system backport.
Code
function d8cache_entitycache_load($entities, $entity_type) {
d8cache_entity_load($entities, $entity_type);
}