public property BookOutlineConstraint::$message in Drupal 8
Same name and namespace in other branches
- 9 core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php \Drupal\book\Plugin\Validation\Constraint\BookOutlineConstraint::message
File
- core/
modules/ book/ src/ Plugin/ Validation/ Constraint/ BookOutlineConstraint.php, line 17
Class
- BookOutlineConstraint
- Validation constraint for changing the book outline in pending revisions.
Namespace
Drupal\book\Plugin\Validation\ConstraintCode
public $message = 'You can only change the book outline for the <em>published</em> version of this content.';