You are here

public function FlaggingInterface::getFlaggableId in Flag 8.4

Gets the entity ID of the flaggable.

Return value

string A string containing the flaggable ID.

1 method overrides FlaggingInterface::getFlaggableId()
Flagging::getFlaggableId in src/Entity/Flagging.php
Gets the entity ID of the flaggable.

File

src/FlaggingInterface.php, line 51

Class

FlaggingInterface
The interface for flagging entities.

Namespace

Drupal\flag

Code

public function getFlaggableId();