IsExecutableConstraint::$message
The error message shown when the path is not executable.
Type: string
File
-
core/
modules/ package_manager/ src/ Plugin/ Validation/ Constraint/ IsExecutableConstraint.php, line 25
Class
- IsExecutableConstraint
- Validates that a value is the path of an executable file.
Namespace
Drupal\package_manager\Plugin\Validation\ConstraintCode
public string $message = '"@path" is not an executable file.';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.