diff --git a/core/lib/Drupal/Core/Entity/ContentEntityFormControllerInterface.php b/core/lib/Drupal/Core/Entity/ContentEntityFormControllerInterface.php index ff11826..4578119 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityFormControllerInterface.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityFormControllerInterface.php @@ -2,13 +2,13 @@ /** * @file - * Contains \Drupal\Core\Entity\EntityFormControllerInterface. + * Contains \Drupal\Core\Entity\ContentEntityFormControllerInterface. */ namespace Drupal\Core\Entity; /** - * Defines a common interface for entity form controller classes. + * Defines a common interface for content entity form controller classes. */ interface ContentEntityFormControllerInterface extends EntityFormControllerInterface {