function UserpointsTransaction::getEntityType in User Points 7.2
Get the referenced entity type, if any.
Return value
The entity type as a string.
1 call to UserpointsTransaction::getEntityType()
- UserpointsTransaction::getReason in ./
userpoints.transaction.inc - Returns a descriptive reason for this transaction.
File
- ./
userpoints.transaction.inc, line 482 - Contains the UserpointsTransaction and related classes.
Class
- UserpointsTransaction
- A Userpoints transaction.
Code
function getEntityType() {
return $this->entity_type;
}