You are here

public function FlaggingInterface::getFlaggable in Flag 8.4

Returns the flaggable entity.

Return value

\Drupal\Core\Entity\EntityInterface The entity object.

1 method overrides FlaggingInterface::getFlaggable()
Flagging::getFlaggable in src/Entity/Flagging.php
Returns the flaggable entity.

File

src/FlaggingInterface.php, line 35

Class

FlaggingInterface
The interface for flagging entities.

Namespace

Drupal\flag

Code

public function getFlaggable();