Loading core/lib/Drupal/Core/Entity/entity.api.php +4 −4 Original line number Diff line number Diff line Loading @@ -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. * * @} */ Loading Loading
core/lib/Drupal/Core/Entity/entity.api.php +4 −4 Original line number Diff line number Diff line Loading @@ -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. * * @} */ Loading