You are here

protected static property ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::fieldsToSkipFromTranslationChangesCheck
  2. 10 core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::fieldsToSkipFromTranslationChangesCheck

Local cache for fields to skip from the checking for translation changes.

Type: array

File

core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 184

Class

ContentEntityBase
Implements Entity Field API specific enhancements to the Entity class.

Namespace

Drupal\Core\Entity

Code

protected static $fieldsToSkipFromTranslationChangesCheck = [];