public function WebformHandlerInterface::supportsConditions in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::supportsConditions()
Determine if webform handler supports conditions.
Return value
bool TRUE if the webform handler supports conditions.
1 method overrides WebformHandlerInterface::supportsConditions()
- WebformHandlerBase::supportsConditions in src/
Plugin/ WebformHandlerBase.php - Determine if webform handler supports conditions.
File
- src/
Plugin/ WebformHandlerInterface.php, line 93
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function supportsConditions();