9 calls to ContentEntityBase::getFieldDefinitions() in Drupal 9
- ContentEntityBase::getFieldDefinition in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets the definition of a contained field.
- ContentEntityBase::getFields in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets an array of all field item lists.
- ContentEntityBase::getTranslatableFields in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets an array of field item lists for translatable fields.
- ContentEntityBase::hasTranslationChanges in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Determines if the current translation of the entity has unsaved changes.
- ContentEntityBase::removeTranslation in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Removes the translation identified by the given language code.
- ContentEntityBase::updateOriginalValues in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Updates the original values with the interim changes.
- ContentEntityBase::__clone in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Magic method: Implements a deep clone.
- ContentEntityBase::__get in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Implements the magic method for getting object properties.
- ContentEntityBase::__set in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Implements the magic method for setting object properties.