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

Breadcrumb

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

function AbstractWebDriver::methods

Return array of supported method names and corresponding HTTP request methods

Return value

array

2 calls to AbstractWebDriver::methods()
AbstractWebDriver::getRequestMethod in vendor/lullabot/php-webdriver/lib/WebDriver/AbstractWebDriver.php
Get default HTTP request method for a given WebDriver command
AbstractWebDriver::__call in vendor/lullabot/php-webdriver/lib/WebDriver/AbstractWebDriver.php
Magic method that maps calls to class methods to execute WebDriver commands
15 methods override AbstractWebDriver::methods()
AbstractStorage::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Storage/AbstractStorage.php
Return array of supported method names and corresponding HTTP request methods
Alert::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Alert.php
Return array of supported method names and corresponding HTTP request methods
ApplicationCache::methods in vendor/lullabot/php-webdriver/lib/WebDriver/ApplicationCache.php
Return array of supported method names and corresponding HTTP request methods
Element::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
Return array of supported method names and corresponding HTTP request methods
Execute::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Execute.php
Return array of supported method names and corresponding HTTP request methods

... See full list

File

vendor/lullabot/php-webdriver/lib/WebDriver/AbstractWebDriver.php, line 49

Class

AbstractWebDriver
Abstract WebDriver\AbstractWebDriver class

Namespace

WebDriver

Code

protected abstract function methods();

API Navigation

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