public function FlagInterface::setlinkTypePlugin in Flag 8.4
Set the link type plugin.
Parameters
string $plugin_id: A string containing the link type plugin ID.
1 method overrides FlagInterface::setlinkTypePlugin()
- Flag::setlinkTypePlugin in src/
Entity/ Flag.php - Set the link type plugin.
File
- src/
FlagInterface.php, line 114
Class
- FlagInterface
- Defines the interface for Flag entities.
Namespace
Drupal\flagCode
public function setlinkTypePlugin($plugin_id);