You are here

public static function ConfigurationManagement::setStream in Configuration Management 7.2

Set the stream to use while importing and exporting configurations.

Parameters

string $stream:

3 calls to ConfigurationManagement::setStream()
ConfigurationHandlerPageManagerTestCase::testCheckModifications in tests/handlers/page_manager.test
ConfigurationHandlerPageManagerTestCase::testExportToDataStore in tests/handlers/page_manager.test
ConfigurationHandlerPageManagerTestCase::testImportToActiveStore in tests/handlers/page_manager.test

File

lib/Drupal/configuration/Config/ConfigurationManagement.php, line 64
Definition of Drupal\configuration\Config\ConfigurationManagement.

Class

ConfigurationManagement

Namespace

Drupal\configuration\Config

Code

public static function setStream($stream) {
  static::$stream = $stream;
}