class Session
Same name in this branch
- 11.1.x vendor/lullabot/php-webdriver/lib/WebDriver/Session.php \WebDriver\Session
- 11.1.x vendor/behat/mink/src/Session.php \Behat\Mink\Session
- 11.1.x vendor/symfony/http-foundation/Session/Session.php \Symfony\Component\HttpFoundation\Session\Session
- 11.1.x core/lib/Drupal/Core/StackMiddleware/Session.php \Drupal\Core\StackMiddleware\Session
WebDriver\Storage\Session class
@package WebDriver
Hierarchy
- class \WebDriver\AbstractWebDriver
- class \WebDriver\Storage\AbstractStorage extends \WebDriver\AbstractWebDriver
- class \WebDriver\Storage\Session extends \WebDriver\Storage\AbstractStorage
- class \WebDriver\Storage\AbstractStorage extends \WebDriver\AbstractWebDriver
Expanded class hierarchy of Session
24 string references to 'Session'
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- default.services.yml in sites/
default/ default.services.yml - sites/default/default.services.yml
- default.services.yml in core/
assets/ scaffold/ files/ default.services.yml - core/assets/scaffold/files/default.services.yml
- DrupalKernel::initializeContainer in core/
lib/ Drupal/ Core/ DrupalKernel.php - Initializes the service container.
- DrupalKernel::resetContainer in core/
lib/ Drupal/ Core/ DrupalKernel.php - Force a container reset.
File
-
vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Storage/ Session.php, line 19
Namespace
WebDriver\StorageView source
class Session extends AbstractStorage {
}