You are here

public function FlaggingInterface::getFlaggableType in Flag 8.4

Gets the entity type of the flaggable.

Return value

string A string containing the flaggable type ID.

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

File

src/FlaggingInterface.php, line 43

Class

FlaggingInterface
The interface for flagging entities.

Namespace

Drupal\flag

Code

public function getFlaggableType();