Issue #3221062 by SylvainM, joachim: DocBlock for EntityDefinitionUpdateManagerInterface::getEntityType() missing NULL return
parent
686951d3c9
commit
c5a6d1d843
|
@ -107,8 +107,8 @@ interface EntityDefinitionUpdateManagerInterface {
|
|||
* @param string $entity_type_id
|
||||
* The entity type identifier.
|
||||
*
|
||||
* @return \Drupal\Core\Entity\EntityTypeInterface
|
||||
* The entity type definition.
|
||||
* @return \Drupal\Core\Entity\EntityTypeInterface|null
|
||||
* The entity type definition. Or NULL if not found.
|
||||
*/
|
||||
public function getEntityType($entity_type_id);
|
||||
|
||||
|
|
Loading…
Reference in New Issue