Issue #2625138 by Oleksiy, almaudoh: EntityRepository::loadEntityByUuid() implementation does not match EntityRepositoryInterface::loadEntityByUuid() @return documentation

(cherry picked from commit 8d6a091acb)
8.1.x
Jennifer Hodgdon 2015-12-08 09:56:36 -08:00
parent 5212d2d089
commit a172ab5b72
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ interface EntityRepositoryInterface {
* @param string $uuid
* The UUID of the entity to load.
*
* @return \Drupal\Core\Entity\EntityInterface|null
* The entity object, or NULL if there is no entity with the given UUID.
* @return \Drupal\Core\Entity\EntityInterface|false
* The entity object, or FALSE if there is no entity with the given UUID.
*
* @throws \Drupal\Core\Entity\EntityStorageException
* Thrown in case the requested entity type does not support UUIDs.