You are here

interface SelectorInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink/src/Selector/SelectorInterface.php \Behat\Mink\Selector\SelectorInterface

Mink selector engine interface.

@author Konstantin Kudryashov <ever.zet@gmail.com>

Hierarchy

Expanded class hierarchy of SelectorInterface

All classes that implement SelectorInterface

File

vendor/behat/mink/src/Selector/SelectorInterface.php, line 18

Namespace

Behat\Mink\Selector
View source
interface SelectorInterface {

  /**
   * Translates provided locator into XPath.
   *
   * @param string|array $locator current selector locator
   *
   * @return string
   */
  public function translateToXPath($locator);

}

Members

Namesort descending Modifiers Type Description Overrides
SelectorInterface::translateToXPath public function Translates provided locator into XPath. 2