You are here

service content.storage in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 content_sync.services.yml \content.storage
  2. 8 content_sync.services.yml \content.storage

Class

Drupal\Core\Config\CachedStorage
3 string references to content.storage
ContentController::create in src/Controller/ContentController.php
Instantiates a new instance of this class.
ContentSync::create in src/Form/ContentSync.php
Instantiates a new instance of this class.
ContentSyncCommands::create in src/Commands/ContentSyncCommands.php

File

./content_sync.services.yml
content_sync.services.yml

View source
  1. class: Drupal\Core\Config\CachedStorage
  2. arguments:
  3. - '@content.storage.active'
  4. - '@cache.content'