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

Breadcrumb

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

function ServiceFactory::__construct

Private constructor

File

vendor/lullabot/php-webdriver/lib/WebDriver/ServiceFactory.php, line 43

Class

ServiceFactory
WebDriver\ServiceFactory class

Namespace

WebDriver

Code

private function __construct() {
    $this->services = array();
    $this->serviceClasses = array(
        'service.curl' => '\\WebDriver\\Service\\CurlService',
    );
}
RSS feed
Powered by Drupal