public property BuildHooksDeployment::$message in Build Hooks 8.2
Same name and namespace in other branches
- 3.x src/Plugin/Validation/Constraint/BuildHooksDeployment.php \Drupal\build_hooks\Plugin\Validation\Constraint\BuildHooksDeployment::message
The default violation message.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ BuildHooksDeployment.php, line 22
Class
- BuildHooksDeployment
- Defines a constraint plugin to ensure there's only one active deployment.
Namespace
Drupal\build_hooks\Plugin\Validation\ConstraintCode
public $message = 'There is already an active deployment for this environment - see <a href=":url">@label</a>>';