You are here

service library.discovery.collector in Zircon Profile 8

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

Class

Drupal\Core\Asset\LibraryDiscoveryCollector

Tags

  • needs_destruction
1 string reference to library.discovery.collector
UpdateServiceProvider::alter in core/lib/Drupal/Core/Update/UpdateServiceProvider.php
Modifies existing service definitions.

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 }