Issue #2980374 followup by joachim, Wim Leers: Add an API docs topic to cover entity characteristics in general and how they work
parent
e48191a945
commit
67fd5e839a
|
@ -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.
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue