protected static property ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::fieldsToSkipFromTranslationChangesCheck
- 9 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\EntityCode
protected static $fieldsToSkipFromTranslationChangesCheck = [];