You are here

public function FlagInterface::getFlagTypePlugin in Flag 8.4

Get the flag type plugin.

Return value

\Drupal\flag\FlagType\FlagTypePluginInterface The flag type plugin for the flag.

1 method overrides FlagInterface::getFlagTypePlugin()
Flag::getFlagTypePlugin in src/Entity/Flag.php
Get the flag type plugin.

File

src/FlagInterface.php, line 90

Class

FlagInterface
Defines the interface for Flag entities.

Namespace

Drupal\flag

Code

public function getFlagTypePlugin();