You are here

public function ConfigFeaturesImporterServiceInterface::importFeatures in Config Importer and Tools 8.2

Same name and namespace in other branches
  1. 8 src/ConfigFeaturesImporterServiceInterface.php \Drupal\config_import\ConfigFeaturesImporterServiceInterface::importFeatures()

Import features.

Parameters

string[] $features: Feature names.

1 method overrides ConfigFeaturesImporterServiceInterface::importFeatures()
ConfigFeaturesImporterService::importFeatures in src/ConfigFeaturesImporterService.php
Import features.

File

src/ConfigFeaturesImporterServiceInterface.php, line 18

Class

ConfigFeaturesImporterServiceInterface
Interface ConfigFeaturesImporterServiceInterface.

Namespace

Drupal\config_import

Code

public function importFeatures(array $features);