Verified Commit 868519b9 authored by Dave Long's avatar Dave Long
Browse files

Issue #2980374 followup by joachim, Wim Leers: Add an API docs topic to cover...

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

(cherry picked from commit 67fd5e83)
parent 01800acd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -663,10 +663,10 @@
 *
 * 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.
 *
 * @}
 */