public function ContentSyncCommands::getContentStorageSync in Content Synchronization 8.2
Same name and namespace in other branches
- 3.0.x src/Commands/ContentSyncCommands.php \Drupal\content_sync\Commands\ContentSyncCommands::getContentStorageSync()
Gets the contentStorageSync.
Return value
\Drupal\Core\Config\StorageInterface The contentStorageSync.
File
- src/
Commands/ ContentSyncCommands.php, line 101
Class
- ContentSyncCommands
- A Drush commandfile.
Namespace
Drupal\content_sync\CommandsCode
public function getContentStorageSync() {
return $this->contentStorageSync;
}