You are here

public function WebformHandlerInterface::setConditions in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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\Plugin

Code

public function setConditions(array $conditions);