Skip to content
Snippets Groups Projects
Commit 8d6a091a authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2625138 by Oleksiy, almaudoh: EntityRepository::loadEntityByUuid()...

Issue #2625138 by Oleksiy, almaudoh: EntityRepository::loadEntityByUuid() implementation does not match EntityRepositoryInterface::loadEntityByUuid() @return documentation
parent 3bbea427
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment