ContentEntityBase::hasTranslation
  • References/PHP/Drupal/Entity/ContentEntityBase

public ContentEntityBase::hasTranslation($langcode)

2025-01-10 15:47:30
ContentEntityBase::id
  • References/PHP/Drupal/Entity/ContentEntityBase

public ContentEntityBase::id() Gets

2025-01-10 15:47:30
ContentEntityBase::preSave
  • References/PHP/Drupal/Entity/ContentEntityBase

public ContentEntityBase::preSave(EntityStorageInterface $storage)

2025-01-10 15:47:30
ContentEntityBase::$activeLangcode
  • References/PHP/Drupal/Entity/ContentEntityBase

Language code identifying the entity active language. This is the language field accessors will use to determine which field values manipulate

2025-01-10 15:47:30
ContentEntityBase::getTranslation
  • References/PHP/Drupal/Entity/ContentEntityBase

public ContentEntityBase::getTranslation($langcode)

2025-01-10 15:47:30
ContentEntityBase::getTranslatedField
  • References/PHP/Drupal/Entity/ContentEntityBase

protected ContentEntityBase::getTranslatedField($name, $langcode)

2025-01-10 15:47:30
ContentEntityBase::createDuplicate
  • References/PHP/Drupal/Entity/ContentEntityBase

public ContentEntityBase::createDuplicate()

2025-01-10 15:47:30
ContentEntityBase::$values
  • References/PHP/Drupal/Entity/ContentEntityBase

The plain data values of the contained fields. This always holds the original, unchanged values of the entity. The values are keyed by language

2025-01-10 15:47:30
ContentEntityBase::validate
  • References/PHP/Drupal/Entity/ContentEntityBase

public ContentEntityBase::validate()

2025-01-10 15:47:30
ContentEntityBase::updateOriginalValues
  • References/PHP/Drupal/Entity/ContentEntityBase

public ContentEntityBase::updateOriginalValues()

2025-01-10 15:47:30