You are here

tagclouds.services.yml in TagCloud 8

Same filename and directory in other branches
  1. 2.0.x tagclouds.services.yml
  2. 1.0.x tagclouds.services.yml

File

tagclouds.services.yml
View source
  1. services:
  2. tagclouds.tag:
  3. class: Drupal\tagclouds\TagService
  4. arguments: ['@config.factory', '@language_manager', '@cache.data']
  5. tagclouds.cloud_builder:
  6. class: Drupal\tagclouds\CloudBuilder
  7. arguments: ['@config.factory']