public property EntityUntranslatableFieldsConstraint::$defaultTranslationMessage in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityUntranslatableFieldsConstraint::defaultTranslationMessage
- 10 core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityUntranslatableFieldsConstraint::defaultTranslationMessage
File
- core/
lib/ Drupal/ Core/ Entity/ Plugin/ Validation/ Constraint/ EntityUntranslatableFieldsConstraint.php, line 19
Class
- EntityUntranslatableFieldsConstraint
- Validation constraint for the entity changed timestamp.
Namespace
Drupal\Core\Entity\Plugin\Validation\ConstraintCode
public $defaultTranslationMessage = 'Non-translatable fields can only be changed when updating the original language.';