You are here

service library.discovery.collector in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \library.discovery.collector

Class

Drupal\Core\Asset\LibraryDiscoveryCollector

Tags

  • needs_destruction

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Asset\LibraryDiscoveryCollector
  2. arguments:
  3. - '@cache.discovery'
  4. - '@lock'
  5. - '@library.discovery.parser'
  6. - '@theme.manager'
  7. tags:
  8. - { name: needs_destruction }