You are here

public function ConfigImporterServiceInterface::exportConfigs in Config Importer and Tools 8.2

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

Export configurations.

Parameters

string[] $configs: Configurations to export.

1 method overrides ConfigImporterServiceInterface::exportConfigs()
ConfigImporterService::exportConfigs in src/ConfigImporterService.php
Export configurations.

File

src/ConfigImporterServiceInterface.php, line 54

Class

ConfigImporterServiceInterface
Interface ConfigImporterServiceInterface.

Namespace

Drupal\config_import

Code

public function exportConfigs(array $configs);