You are here

service default_content_deploy.manager in Default Content Deploy 8

Class

Drupal\default_content_deploy\DeployManager
3 string references to default_content_deploy.manager
DownloadController::create in src/Controller/DownloadController.php
Instantiates a new instance of this class.
ExportForm::create in src/Form/ExportForm.php
Instantiates a new instance of this class.
ImportForm::create in src/Form/ImportForm.php
Instantiates a new instance of this class.

File

./default_content_deploy.services.yml
default_content_deploy.services.yml

View source
  1. class: Drupal\default_content_deploy\DeployManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'
  5. - '@settings'
  6. - '@file_system'
  7. - '@request_stack'