interface SelectorInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink/src/Selector/SelectorInterface.php \Behat\Mink\Selector\SelectorInterface
Mink selector engine interface.
@author Konstantin Kudryashov <ever.zet@gmail.com>
Hierarchy
- interface \Behat\Mink\Selector\SelectorInterface
Expanded class hierarchy of SelectorInterface
All classes that implement SelectorInterface
File
- vendor/
behat/ mink/ src/ Selector/ SelectorInterface.php, line 18
Namespace
Behat\Mink\SelectorView source
interface SelectorInterface {
/**
* Translates provided locator into XPath.
*
* @param string|array $locator current selector locator
*
* @return string
*/
public function translateToXPath($locator);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SelectorInterface:: |
public | function | Translates provided locator into XPath. | 2 |