public function StorageComparer::getTargetStorage

Gets the configuration target storage.

Return value

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

Overrides StorageComparerInterface::getTargetStorage

File

drupal/core/lib/Drupal/Core/Config/StorageComparer.php, line 78
Contains \Drupal\Core\Config\StorageComparer.

Class

StorageComparer
Defines a config storage comparer.

Namespace

Drupal\Core\Config

Code

public function getTargetStorage() {
  return $this->targetStorage;
}