You are here

function UserpointsTransaction::getEntityId in User Points 7.2

Get the referenced entity id, if any.

Return value

The entity id as an integer.

File

./userpoints.transaction.inc, line 492
Contains the UserpointsTransaction and related classes.

Class

UserpointsTransaction
A Userpoints transaction.

Code

function getEntityId() {
  return $this->entity_id;
}