function workspaces_entity_preload
Implements hook_entity_preload().
File
-
core/
modules/ workspaces/ workspaces.module, line 121
Code
function workspaces_entity_preload(array $ids, $entity_type_id) {
return \Drupal::service('class_resolver')->getInstanceFromDefinition(EntityOperations::class)
->entityPreload($ids, $entity_type_id);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.