public function WebformEntityConditionsManager::__construct in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformEntityConditionsManager.php \Drupal\webform\WebformEntityConditionsManager::__construct()
Constructs a WebformEntityConditionsManager object.
Parameters
\Drupal\webform\Plugin\WebformElementManagerInterface $element_manager: The webform element manager.
File
- src/
WebformEntityConditionsManager.php, line 35
Class
- WebformEntityConditionsManager
- Webform submission conditions (#states) validator.
Namespace
Drupal\webformCode
public function __construct(WebformElementManagerInterface $element_manager) {
$this->elementManager = $element_manager;
}