You are here

service webform.libraries_manager in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform.libraries_manager

Class

Drupal\webform\WebformLibrariesManager
14 string references to webform.libraries_manager
template_preprocess_webform_progress in includes/webform.theme.template.inc
Prepares variables for webform 'wizard' progress templates.
WebformAdminConfigElementsForm::create in src/Form/AdminConfig/WebformAdminConfigElementsForm.php
Instantiates a new instance of this class.
WebformAdminConfigLibrariesForm::create in src/Form/AdminConfig/WebformAdminConfigLibrariesForm.php
Instantiates a new instance of this class.
WebformCliService::drush_webform_composer_set_libraries in src/Commands/WebformCliService.php
Set composer libraries.
WebformCliService::drush_webform_libraries_download in src/Commands/WebformCliService.php
Implements drush_hook_COMMAND().

... See full list

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\WebformLibrariesManager
  2. arguments:
  3. - '@library.discovery'
  4. - '@config.factory'
  5. - '@module_handler'
  6. - '@renderer'