function WorkspacesEntityRepository::getCanonicalMultiple

Overrides EntityRepositoryInterface::getCanonicalMultiple

File

core/modules/workspaces/src/WorkspacesEntityRepository.php, line 73

Class

WorkspacesEntityRepository
Provides workspace-specific mechanisms for retrieving entities.

Namespace

Drupal\workspaces

Code

public function getCanonicalMultiple($entity_type_id, array $entity_ids, ?array $contexts = NULL) {
    return $this->inner
        ->getCanonicalMultiple($entity_type_id, $entity_ids, $contexts);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.