protected function Element::getSelectorsHandler in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Element/Element.php \Behat\Mink\Element\Element::getSelectorsHandler()
Returns selectors handler.
Return value
Deprecated
Accessing the selectors handler in the element is deprecated as of 1.7 and will be impossible in 2.0.
File
- vendor/
behat/ mink/ src/ Element/ Element.php, line 93
Class
- Element
- Base element.
Namespace
Behat\Mink\ElementCode
protected function getSelectorsHandler() {
@trigger_error(sprintf('The method %s is deprecated as of 1.7 and will be removed in 2.0', __METHOD__), E_USER_DEPRECATED);
return $this->selectorsHandler;
}