function WorkspacesEntityRepository::loadEntityByUuid

Overrides EntityRepositoryInterface::loadEntityByUuid

File

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

Class

WorkspacesEntityRepository
Provides workspace-specific mechanisms for retrieving entities.

Namespace

Drupal\workspaces

Code

public function loadEntityByUuid($entity_type_id, $uuid) {
    return $this->inner
        ->loadEntityByUuid($entity_type_id, $uuid);
}

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