You are here

public function ContentSyncCommands::getContentStorage in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Commands/ContentSyncCommands.php \Drupal\content_sync\Commands\ContentSyncCommands::getContentStorage()

Gets the contentStorage.

Return value

\Drupal\Core\Config\StorageInterface The contentStorage.

File

src/Commands/ContentSyncCommands.php, line 91

Class

ContentSyncCommands
A Drush commandfile.

Namespace

Drupal\content_sync\Commands

Code

public function getContentStorage() {
  return $this->contentStorage;
}