You are here

interface ConfigFeaturesImporterServiceInterface in Config Importer and Tools 8.2

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

Interface ConfigFeaturesImporterServiceInterface.

Hierarchy

Expanded class hierarchy of ConfigFeaturesImporterServiceInterface

All classes that implement ConfigFeaturesImporterServiceInterface

File

src/ConfigFeaturesImporterServiceInterface.php, line 10

Namespace

Drupal\config_import
View source
interface ConfigFeaturesImporterServiceInterface extends ContainerInjectionInterface {

  /**
   * Import features.
   *
   * @param string[] $features
   *   Feature names.
   */
  public function importFeatures(array $features);

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigFeaturesImporterServiceInterface::importFeatures public function Import features. 1
ContainerInjectionInterface::create public static function Instantiates a new instance of this class. 70