You are here

service csp.library_policy_builder in Content-Security-Policy 8

Class

Drupal\csp\LibraryPolicyBuilder
1 string reference to csp.library_policy_builder
CspSettingsForm::create in src/Form/CspSettingsForm.php
Instantiates a new instance of this class.

File

./csp.services.yml
csp.services.yml

View source
  1. class: Drupal\csp\LibraryPolicyBuilder
  2. arguments:
  3. - '@cache.default'
  4. - '@module_handler'
  5. - '@theme_handler'
  6. - '@library.discovery'