You are here

public function GetServices::__construct in Simple Node Importer 8

Constructor.

Parameters

Drupal\Core\Config\ConfigFactory $configFactory: Constructs a Drupal\Core\Config\ConfigFactory object.

File

src/Services/GetServices.php, line 34

Class

GetServices

Namespace

Drupal\simple_node_importer\Services

Code

public function __construct(ConfigFactory $configFactory) {
  $this->configFactory = $configFactory;
}