interface ConfigFeaturesImporterServiceInterface in Config Importer and Tools 8
Same name and namespace in other branches
- 8.2 src/ConfigFeaturesImporterServiceInterface.php \Drupal\config_import\ConfigFeaturesImporterServiceInterface
Interface ConfigFeaturesImporterServiceInterface.
Hierarchy
- interface \Drupal\Core\DependencyInjection\ContainerInjectionInterface
- interface \Drupal\config_import\ConfigFeaturesImporterServiceInterface
Expanded class hierarchy of ConfigFeaturesImporterServiceInterface
All classes that implement ConfigFeaturesImporterServiceInterface
File
- src/
ConfigFeaturesImporterServiceInterface.php, line 10
Namespace
Drupal\config_importView source
interface ConfigFeaturesImporterServiceInterface extends ContainerInjectionInterface {
/**
* Import features.
*
* @param string[] $features
* Feature names.
*/
public function importFeatures(array $features);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigFeaturesImporterServiceInterface:: |
public | function | Import features. | 1 |
ContainerInjectionInterface:: |
public static | function | Instantiates a new instance of this class. | 70 |