You are here

service plugin.manager.flag.flagtype in Flag 8.4

Class

Drupal\flag\FlagType\FlagTypePluginManager
3 string references to plugin.manager.flag.flagtype
Flag::getFlagTypeCollection in src/Entity/Flag.php
Encapsulates the creation of the flag type's plugin collection.
Flag::setFlagTypePlugin in src/Entity/Flag.php
Set the flag type plugin.
FlagAddPageForm::create in src/Form/FlagAddPageForm.php
Instantiates a new instance of this class.

File

./flag.services.yml
flag.services.yml

View source
  1. class: Drupal\flag\FlagType\FlagTypePluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'