You are here

service plugin.manager.flag.linktype in Flag 8.4

Class

Drupal\flag\ActionLink\ActionLinkPluginManager
3 string references to plugin.manager.flag.linktype
Flag::getLinkTypeCollection in src/Entity/Flag.php
Encapsulates the creation of the link type's plugin collection.
Flag::setlinkTypePlugin in src/Entity/Flag.php
Set the link type plugin.
FlagFormBase::create in src/Form/FlagFormBase.php
Instantiates a new instance of this class.

File

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

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