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

Issue #2606058 by MattA, priya.chat, alexpott: Documentation for the...

Issue #2606058 by MattA, priya.chat, alexpott: Documentation for the ConfigEntityType annotation class does not reference the correct entity class

(cherry picked from commit 8fe13ff1)
parent e5db0431
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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