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

public ContentEntityBase::__isset($name)

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

Boolean indicating whether a new revision should be created on save. Type: bool File

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

public ContentEntityBase::__sleep()

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

public ContentEntityBase::__set($name, $value)

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

Status code identifying a newly created translation. File core/lib/Drupal/Core/Entity/ContentEntityBase

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

public ContentEntityBase::get($field_name)

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

public ContentEntityBase::createDuplicate()

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

public ContentEntityBase::addTranslation($langcode, array $values

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

public ContentEntityBase::validate()

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