public function FlagListItemInterface::getConnectedEntityId in Flag Lists 8
Same name and namespace in other branches
- 4.0.x 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\EntityCode
public function getConnectedEntityId();