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
Namespace
Drupal\simple_node_importer\ServicesCode
public function __construct(ConfigFactory $configFactory) {
$this->configFactory = $configFactory;
}