diff --git a/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php b/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php index c4fce4e..ac5f832 100644 --- a/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php @@ -93,7 +93,7 @@ public function getRouteProviders($entity_type); public function hasHandler($entity_type, $handler_type); /** - * Creates a new handler instance for a entity type and handler type. + * Gets a new or existing handler instance for the entity and handler type. * * @param string $entity_type * The entity type for this handler.