You are here

service ludwig.package_downloader in Ludwig 8

Class

Drupal\ludwig\PackageDownloader
2 string references to ludwig.package_downloader
LudwigIntegrationTest::testIntegration in tests/src/Kernel/LudwigIntegrationTest.php
Tests that packages are downloaded, added to namespaces, classes available.
PackageController::create in src/Controller/PackageController.php
Instantiates a new instance of this class.

File

./ludwig.services.yml
ludwig.services.yml

View source
  1. class: Drupal\ludwig\PackageDownloader
  2. arguments:
  3. - '@plugin.manager.archiver'
  4. - '@file_system'
  5. - '@http_client'
  6. - '@app.root'