Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConfigExistsConstraint.php
ConfigExistsConstraint::$message
The error message.
Type:
string
File
core/
lib/
Drupal/
Core/
Config/
Plugin/
Validation/
Constraint/
ConfigExistsConstraint.php
, line 25
Class
ConfigExistsConstraint
Checks that the value is the name of an existing config object.
Namespace
Drupal\Core\Config\Plugin\Validation\Constraint
Code
public string $message =
"The '@name' config does not exist."
;
RSS feed