You are here

public property ForumLeafConstraint::$noLeafMessage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php \Drupal\forum\Plugin\Validation\Constraint\ForumLeafConstraint::noLeafMessage

File

core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php, line 23
Contains \Drupal\forum\Plugin\Validation\Constraint\ForumLeafConstraint.

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.';