Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SelectorInterface.php

interface 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\Selector
View source
interface SelectorInterface {
    
    /**
     * Translates provided locator into XPath.
     *
     * @param string|array $locator current selector locator
     *
     * @return string
     */
    public function translateToXPath($locator);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
SelectorInterface::translateToXPath public function Translates provided locator into XPath. 2

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal