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

Breadcrumb

  1. Drupal Core 11.1.x

Log.php

Same filename in this branch
  1. 11.1.x core/lib/Drupal/Core/Database/Log.php
  2. 11.1.x core/modules/migrate/src/Plugin/migrate/process/Log.php

Namespace

WebDriver

File

vendor/lullabot/php-webdriver/lib/WebDriver/Log.php

View source
<?php


/**
 * @copyright 2014 Anthon Pang
 * @license Apache-2.0
 *
 * @package WebDriver
 *
 * @author Anthon Pang <apang@softwaredevelopment.ca>
 */
namespace WebDriver;


/**
 * WebDriver\Log class
 *
 * @package WebDriver
 *
 * @method array types() Get available log types.
 */
class Log extends AbstractWebDriver {
    
    /**
     * {@inheritdoc}
     */
    protected function methods() {
        return array(
            'types' => array(
                'GET',
            ),
        );
    }

}

Classes

Title Deprecated Summary
Log WebDriver\Log class

API Navigation

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