You are here

public function EntityPagerSetup::getViewResultCount in Entity Pager 7

Get View result count.

Return the part of the View object that has the count of results.

Return value

int Get the count of results.

1 call to EntityPagerSetup::getViewResultCount()
EntityPagerAdvice::runAdviceLogic in includes/EntityPagerAdvice.inc
Run advice logic.

File

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

Class

EntityPagerSetup
Class EntityPagerSetup.

Code

public function getViewResultCount() {
  return $this->view->result_count;
}