Issue #2980374 followup by joachim, Wim Leers: Add an API docs topic to cover entity characteristics in general and how they work

merge-requests/3694/head
Dave Long 2023-03-21 23:24:49 +00:00
parent e48191a945
commit 67fd5e839a
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 4 additions and 4 deletions

View File

@ -663,10 +663,10 @@ use Drupal\node\Entity\NodeType;
*
* Some characteristics also provide a trait for the entity class. This has
* implementations of the interface's methods, and may also have a helper method
* for \Drupal\Core\Entity\EntityInterface::baseFieldsDefinition() which defines
* base fields that the trait expects to store data. Furthermore, trait methods
* may expect certain entity keys to be set: see the documentation for each
* trait for details.
* for \Drupal\Core\Entity\FieldableEntityInterface::baseFieldDefinitions()
* which defines base fields that the trait expects to store data. Furthermore,
* trait methods may expect certain entity keys to be set: see the documentation
* for each trait for details.
*
* @}
*/