You are here

public function FlagInterface::getFlaggableEntityTypeId in Flag 8.4

Returns the flaggable entity type ID.

Return value

string The flaggable entity ID.

1 method overrides FlagInterface::getFlaggableEntityTypeId()
Flag::getFlaggableEntityTypeId in src/Entity/Flag.php
Returns the flaggable entity type ID.

File

src/FlagInterface.php, line 61

Class

FlagInterface
Defines the interface for Flag entities.

Namespace

Drupal\flag

Code

public function getFlaggableEntityTypeId();