public function EntityPagerSetup::getView in Entity Pager 7
Get View.
Get the View object to be processed.
Return value
object $view The View object.
5 calls to EntityPagerSetup::getView()
- EntityPagerAdvice::checkPerformance in includes/
EntityPagerAdvice.inc - Check performance.
- EntityPagerAdvice::logAdvice in includes/
EntityPagerAdvice.inc - Log advice.
- EntityPagerAdvice::viewsCachingUsed in includes/
EntityPagerAdvice.inc - Get Cache status of View.
- EntityPagerOut::getEntityPager in includes/
EntityPagerOut.inc - Entity Pager return links.
- EntityPagerSetup::getFields in includes/
EntityPagerSetup.inc - Get Fields.
File
- includes/
EntityPagerSetup.inc, line 134 - General setup base Class for Entity Pager module.
Class
- EntityPagerSetup
- Class EntityPagerSetup.
Code
public function getView() {
return $this->view;
}