You are here

function Main::__construct in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/Main.php \Drupal\xautoload\Main::__construct()

Parameters

ServiceContainer $services:

File

lib/Main.php, line 19

Class

Main

Namespace

Drupal\xautoload

Code

function __construct($services) {
  $this->services = $services;
}