public function ConfigImporterServiceInterface::exportConfigs in Config Importer and Tools 8
Same name and namespace in other branches
- 8.2 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_importCode
public function exportConfigs(array $configs);