- we don't call this at all
- if you really need to get an entity ID from a flagging, ID, you can now do:

$flagging = flagging_load($flagging_id);
$entity_id = $flagging->entity_id;

Comments

alexweber’s picture

Status: Active » Needs review
StatusFileSize
new649 bytes

Sweet, a freebie :)

joachim’s picture

Status: Needs review » Fixed

Thanks!

"Issue #1888036 by alexweber: Removed flag_get_entity_id()."

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ey’s picture

How do I get the flagging_id programmatically using Flag 3 API?

joachim’s picture

Could you file a new support request, rather than add to closed issues? Also, be sure to read the docs first!