public function FlagInterface::getLinkTypePlugin in Flag 8.4
Get the link type plugin for this flag.
Return value
\Drupal\flag\ActionLink\ActionLinkTypePluginInterface The link type plugin for the flag.
1 method overrides FlagInterface::getLinkTypePlugin()
- Flag::getLinkTypePlugin in src/
Entity/ Flag.php - Get the link type plugin for this flag.
File
- src/
FlagInterface.php, line 106
Class
- FlagInterface
- Defines the interface for Flag entities.
Namespace
Drupal\flagCode
public function getLinkTypePlugin();