public function ContentSyncCommands::getContentStorage in Content Synchronization 8.2
Same name and namespace in other branches
- 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\CommandsCode
public function getContentStorage() {
return $this->contentStorage;
}