You are here

public function FlagListItemInterface::getConnectedEntityId in Flag Lists 4.0.x

Same name and namespace in other branches
  1. 8 src/Entity/FlagListItemInterface.php \Drupal\flag_lists\Entity\FlagListItemInterface::getConnectedEntityId()

Gets the entity Id this Flag List Item is connected to.

Return value

int Id of the Entity connected.

1 method overrides FlagListItemInterface::getConnectedEntityId()
FlagListItem::getConnectedEntityId in src/Entity/FlagListItem.php
Gets the entity Id this Flag List Item is connected to.

File

src/Entity/FlagListItemInterface.php, line 122

Class

FlagListItemInterface
Provides an interface for defining Flag list item entities.

Namespace

Drupal\flag_lists\Entity

Code

public function getConnectedEntityId();