LangcodeRequiredIfTranslatableValuesConstraint::$missingMessage
Same name in other branches
- 11.x core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraint.php \Drupal\Core\Config\Plugin\Validation\Constraint\LangcodeRequiredIfTranslatableValuesConstraint::missingMessage
The error message if this config object is missing a `langcode`.
Type: string
File
-
core/
lib/ Drupal/ Core/ Config/ Plugin/ Validation/ Constraint/ LangcodeRequiredIfTranslatableValuesConstraint.php, line 23
Class
Namespace
Drupal\Core\Config\Plugin\Validation\ConstraintCode
public string $missingMessage = "The @name config object must specify a language code, because it contains translatable values.";
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.