From 10ec478e9100ba1507e798c895ccbe984f5b9d47 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Tue, 8 Dec 2015 09:45:04 -0800 Subject: [PATCH] Issue #2606058 by MattA, priya.chat, alexpott: Documentation for the ConfigEntityType annotation class does not reference the correct entity class (cherry picked from commit 8fe13ff144a7f2b9b7f8bb228f59354f59b17368) --- core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php b/core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php index 4c7524bc147e..658b426ca0b1 100644 --- a/core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php +++ b/core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php @@ -6,15 +6,14 @@ */ namespace Drupal\Core\Entity\Annotation; + use Drupal\Core\StringTranslation\TranslatableMarkup; /** * Defines a config entity type annotation object. * - * Config Entity type plugins use an object-based annotation method, rather than an - * array-type annotation method (as commonly used on other annotation types). * The annotation properties of entity types are found on - * \Drupal\Core\Entity\ConfigEntityType and are accessed using + * \Drupal\Core\Config\Entity\ConfigEntityType and are accessed using * get/set methods defined in \Drupal\Core\Entity\EntityTypeInterface. * * @ingroup entity_api -- GitLab