public property WebformHandler::$conditions in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Annotation/WebformHandler.php \Drupal\webform\Annotation\WebformHandler::conditions
Indicated whether handler supports condition logic.
Most handlers will support conditional logic, this flat allows custom handlers and custom modules to easily disabled conditional logic for a handler.
Type: bool
File
- src/
Annotation/ WebformHandler.php, line 91
Class
- WebformHandler
- Defines a webform handler annotation object.
Namespace
Drupal\webform\AnnotationCode
public $conditions = TRUE;