You are here

public property ContentTranslationSynchronizedFieldsConstraint::$defaultTranslationMessage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint::defaultTranslationMessage
  2. 10 core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint::defaultTranslationMessage

File

core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php, line 23

Class

ContentTranslationSynchronizedFieldsConstraint
Validation constraint for the entity changed timestamp.

Namespace

Drupal\content_translation\Plugin\Validation\Constraint

Code

public $defaultTranslationMessage = 'Non-translatable field elements can only be changed when updating the original language.';