Implements Drupal\Core\Config\StorageInterface::read().
Overrides StorageInterface::read
File
- drupal/core/lib/Drupal/Core/Config/NullStorage.php, line 36
- Definition of Drupal\Core\Config\NullStorage.
Class
- NullStorage
- Defines a stub storage controller.
Namespace
Drupal\Core\Config
Code
public function read($name) {
return array();
}