public property ContentTranslationSynchronizedFieldsConstraint::$defaultRevisionMessage in Drupal 10
Same name and namespace in other branches
- 8 core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint::defaultRevisionMessage
- 9 core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint::defaultRevisionMessage
Message shown for non-translatable field changes in non-default revision.
In this case "elements" refers to "field properties". It is what we are using in the UI elsewhere.
File
- core/
modules/ content_translation/ src/ Plugin/ Validation/ Constraint/ ContentTranslationSynchronizedFieldsConstraint.php, line 26
Class
- ContentTranslationSynchronizedFieldsConstraint
- Validation constraint for the entity changed timestamp.
Namespace
Drupal\content_translation\Plugin\Validation\ConstraintCode
public $defaultRevisionMessage = 'Non-translatable field elements can only be changed when updating the current revision.';