LangcodeRequiredIfTranslatableValuesConstraint::$missingMessage

Same name in other branches
  1. 10 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

LangcodeRequiredIfTranslatableValuesConstraint

Namespace

Drupal\Core\Config\Plugin\Validation\Constraint

Code

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.