You are here

service tagclouds.tag in TagCloud 8

Same name and namespace in other branches
  1. 2.0.x tagclouds.services.yml \tagclouds.tag
  2. 1.0.x tagclouds.services.yml \tagclouds.tag

Class

Drupal\tagclouds\TagService
3 string references to tagclouds.tag
TagcloudsListVocs::create in src/Controller/TagcloudsListVocs.php
Instantiates a new instance of this class.
TagcloudsPageChunk::create in src/Controller/TagcloudsPageChunk.php
Instantiates a new instance of this class.
TagcloudsTermsBlock::create in src/Plugin/Block/TagcloudsTermsBlock.php
Creates an instance of the plugin.

File

./tagclouds.services.yml
tagclouds.services.yml

View source
  1. class: Drupal\tagclouds\TagService
  2. arguments:
  3. - '@config.factory'
  4. - '@language_manager'
  5. - '@cache.data'