You are here

interface ConfigImporterServiceInterface in Config Importer and Tools 8.0

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

Interface ConfigImporterServiceInterface.

@package Drupal\config_import

Hierarchy

Expanded class hierarchy of ConfigImporterServiceInterface

All classes that implement ConfigImporterServiceInterface

File

src/ConfigImporterServiceInterface.php, line 10

Namespace

Drupal\config_import
View source
interface ConfigImporterServiceInterface {

  /**
   * Import config files.
   *
   * @param array $files
   *   Config files to import.
   */
  public function importConfigs(array $files);

}

Members