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