class EntityUntranslatableFieldsConstraint
Validation constraint for the entity changed timestamp.
Plugin annotation
@Constraint(
  id = "EntityUntranslatableFields",
  label = @Translation("Entity untranslatable fields", context = "Validation"),
  type = {"entity"}
)
  
  Hierarchy
- class \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityUntranslatableFieldsConstraint extends \Symfony\Component\Validator\Constraint
 
Expanded class hierarchy of EntityUntranslatableFieldsConstraint
File
- 
              core/
lib/ Drupal/ Core/ Entity/ Plugin/ Validation/ Constraint/ EntityUntranslatableFieldsConstraint.php, line 16  
Namespace
Drupal\Core\Entity\Plugin\Validation\ConstraintView source
class EntityUntranslatableFieldsConstraint extends Constraint {
  public $defaultRevisionMessage = 'Non-translatable fields can only be changed when updating the current revision.';
  public $defaultTranslationMessage = 'Non-translatable fields can only be changed when updating the original language.';
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.