class Log
Same name in this branch
- 11.1.x core/lib/Drupal/Core/Database/Log.php \Drupal\Core\Database\Log
- 11.1.x core/modules/migrate/src/Plugin/migrate/process/Log.php \Drupal\migrate\Plugin\migrate\process\Log
WebDriver\Log class
@package WebDriver
@method array types() Get available log types.
Hierarchy
- class \WebDriver\AbstractWebDriver
- class \WebDriver\Log extends \WebDriver\AbstractWebDriver
Expanded class hierarchy of Log
34 string references to 'Log'
- compatibilityDecomposition.php in vendor/
symfony/ polyfill-intl-normalizer/ Resources/ unidata/ compatibilityDecomposition.php - Compiler::compile in vendor/
composer/ composer/ src/ Composer/ Compiler.php - Compiles composer into a single phar file
- ConvertLogTypes::migrate in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Migration/ Migrations/ ConvertLogTypes.php - d6_node.yml in core/
modules/ node/ migrations/ d6_node.yml - core/modules/node/migrations/d6_node.yml
- d6_node_complete.yml in core/
modules/ node/ migrations/ d6_node_complete.yml - core/modules/node/migrations/d6_node_complete.yml
File
-
vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Log.php, line 21
Namespace
WebDriverView source
class Log extends AbstractWebDriver {
/**
* {@inheritdoc}
*/
protected function methods() {
return array(
'types' => array(
'GET',
),
);
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
AbstractWebDriver::$curlService | private | property | Curl service | ||
AbstractWebDriver::$transientOptions | private | property | Transient options | ||
AbstractWebDriver::$url | protected | property | URL | ||
AbstractWebDriver::assertSerializable | private | function | Sanity check | ||
AbstractWebDriver::curl | protected | function | Curl request to webdriver server. | ||
AbstractWebDriver::getCurlService | public | function | Get curl service | ||
AbstractWebDriver::getRequestMethod | private | function | Get default HTTP request method for a given WebDriver command | ||
AbstractWebDriver::getTransientOptions | public | function | |||
AbstractWebDriver::getURL | public | function | Returns URL to Selenium server | ||
AbstractWebDriver::obsoleteMethods | protected | function | Return array of obsolete method names and corresponding HTTP request methods | 4 | |
AbstractWebDriver::offsetGet | private | function | Extract value from result | ||
AbstractWebDriver::setCurlService | public | function | Set curl service | ||
AbstractWebDriver::setTransientOptions | public | function | Set transient options | ||
AbstractWebDriver::__call | public | function | Magic method that maps calls to class methods to execute WebDriver commands | 1 | |
AbstractWebDriver::__construct | public | function | Constructor | 3 | |
AbstractWebDriver::__toString | public | function | Magic method which returns URL to Selenium server | ||
Log::methods | protected | function | Return array of supported method names and corresponding HTTP request methods | Overrides AbstractWebDriver::methods |