You are here

public property BookOutlineConstraint::$message in Drupal 9

Same name and namespace in other branches
  1. 8 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\Constraint

Code

public $message = 'You can only change the book outline for the <em>published</em> version of this content.';