public function ContentSyncCommands::getContentStorageSync in Content Synchronization 3.0.x
Same name and namespace in other branches
- 8.2 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;
}