10 calls to ConfigurationManagement::exportToDataStore() in Configuration Management 7.2
- ConfigurationApiTest::testExportToDatastore in tests/
configuration.test - ConfigurationHandlerBaseTestCase::testExportToDataStore in tests/
handlers/ ConfigurationHandlerBaseTestCase.test - Import a configuration from the ActiveStore to the DataStore.
- ConfigurationHandlerMenuLinksTestCase::testExportToDataStore in tests/
handlers/ menu_links.test - ConfigurationHandlerPageManagerTestCase::testExportToDataStore in tests/
handlers/ page_manager.test - ConfigurationHandlerVariableTestCase::testExportToDataStore in tests/
handlers/ vocabularies.test - ConfigurationManagement::importToActiveStore in lib/
Drupal/ configuration/ Config/ ConfigurationManagement.php - Loads the configuration from the DataStore into the ActiveStore.
- ConfigurationManagement::startTracking in lib/
Drupal/ configuration/ Config/ ConfigurationManagement.php - Includes a record of each configuration tracked in the configuration_tracked table and export the configurations to the DataStore.
- ConfigurationManagement::stopTracking in lib/
Drupal/ configuration/ Config/ ConfigurationManagement.php - Removes a record of each configuration that is not tracked anymore and deletes the configuration file in the DataStore.
- configuration_ui_export_to_datastore_form_submit in ui/
configuration_ui.admin.inc - Submit handler for export to datastore.
- _configuration_export_to_datastore in ./
configuration.drush.inc