ForumLeafConstraint::$noLeafMessage

Same name in other branches
  1. 9 core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php \Drupal\forum\Plugin\Validation\Constraint\ForumLeafConstraint::noLeafMessage
  2. 8.9.x core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php \Drupal\forum\Plugin\Validation\Constraint\ForumLeafConstraint::noLeafMessage
  3. 11.x core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php \Drupal\forum\Plugin\Validation\Constraint\ForumLeafConstraint::noLeafMessage

Type: noLeafMessage

File

core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php, line 19

Class

ForumLeafConstraint
Checks that the node is assigned only a "leaf" term in the forum taxonomy.

Namespace

Drupal\forum\Plugin\Validation\Constraint

Code

public $noLeafMessage = 'The item %forum is a forum container, not a forum. Select one of the forums below instead.';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.