You are here

public function EntityPagerSetup::getEntity in Entity Pager 7

Get Entity.

Get the entity object. e.g. $node or $user etc..

Return value

object $entity An the entity object.

1 call to EntityPagerSetup::getEntity()
EntityPagerOut::getEntityPager in includes/EntityPagerOut.inc
Entity Pager return links.

File

includes/EntityPagerSetup.inc, line 109
General setup base Class for Entity Pager module.

Class

EntityPagerSetup
Class EntityPagerSetup.

Code

public function getEntity() {
  return $this->entity;
}