You are here

public property EntityUntranslatableFieldsConstraint::$defaultTranslationMessage in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityUntranslatableFieldsConstraint::defaultTranslationMessage
  2. 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\Constraint

Code

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