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

Breadcrumb

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

function AbstractStorage::methods

Overrides AbstractWebDriver::methods

File

vendor/lullabot/php-webdriver/lib/WebDriver/Storage/AbstractStorage.php, line 31

Class

AbstractStorage
WebDriver\AbstractStorage class

Namespace

WebDriver\Storage

Code

protected function methods() {
    return array(
        'key' => array(
            'GET',
            'DELETE',
        ),
        'size' => array(
            'GET',
        ),
    );
}

API Navigation

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