You are here

public function Storage::load in Configuration Management 7.2

Loads the configuration object from the DataStore.

Parameters

$file_content: Optional. The content to load directly.

$source: Optional. An optional path to load the configuration.

1 call to Storage::load()
Storage::reLoad in lib/Drupal/configuration/Storage/Storage.php
1 method overrides Storage::load()
StoragePhp::load in lib/Drupal/configuration/Storage/StoragePhp.php
Loads the configuration object from the DataStore.

File

lib/Drupal/configuration/Storage/Storage.php, line 119
Definition of Drupal\configuration\Storage\Storage.

Class

Storage

Namespace

Drupal\configuration\Storage

Code

public function load($file_content = NULL, $source = NULL) {
  return $this;
}