Ever wonder how to find the entity_id of any enity in Drupal 7. Of course for most common entity types it is very simple. $node->nid for nodes, $user->uid for users, etc.
Ever wonder how to find the entity_id of any enity in Drupal 7. Of course for most common entity types it is very simple. $node->nid for nodes, $user->uid for users, etc.