public function StorageComparerInterface::getSourceStorage

Gets the configuration source storage.

Return value

\Drupal\Core\Config\StorageInterface Storage controller object used to read configuration.

1 method overrides StorageComparerInterface::getSourceStorage()
StorageComparer::getSourceStorage in drupal/core/lib/Drupal/Core/Config/StorageComparer.php
Gets the configuration source storage.

File

drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 21
Contains \Drupal\Core\Config\StorageComparerInterface.

Class

StorageComparerInterface
Defines an interface for comparison of configuration storage objects.

Namespace

Drupal\Core\Config

Code

public function getSourceStorage();