You are here

public function FlaggingInterface::getFlagId in Flag 8.4

Gets the flag ID for the parent flag.

Return value

string The flag ID.

1 method overrides FlaggingInterface::getFlagId()
Flagging::getFlagId in src/Entity/Flagging.php
Gets the flag ID for the parent flag.

File

src/FlaggingInterface.php, line 19

Class

FlaggingInterface
The interface for flagging entities.

Namespace

Drupal\flag

Code

public function getFlagId();