public property WebformHandler::$conditions in Webform 8.5
Same name and namespace in other branches
- 6.x 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;