public function WebformHandlerInterface::getConditions in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::getConditions()
Returns the conditions the webform handler.
Return value
array The conditions of the webform handler.
1 method overrides WebformHandlerInterface::getConditions()
- WebformHandlerBase::getConditions in src/
Plugin/ WebformHandlerBase.php - Returns the conditions the webform handler.
File
- src/
Plugin/ WebformHandlerInterface.php, line 199
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function getConditions();