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

Breadcrumb

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

function Session::getSelectorsHandler

Returns selectors handler.

Return value

SelectorsHandler

Deprecated

since 1.11

File

vendor/behat/mink/src/Session.php, line 154

Class

Session
Mink session.

Namespace

Behat\Mink

Code

public function getSelectorsHandler() {
    @trigger_error(sprintf('The method %s is deprecated as of 1.11 and will be removed in 2.0', __METHOD__), E_USER_DEPRECATED);
    return $this->selectorsHandler;
}

API Navigation

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