You are here

public function EntityPager::getView in Entity Pager 8

Same name and namespace in other branches
  1. 2.0.x src/EntityPager.php \Drupal\entity_pager\EntityPager::getView()

Gets the view for the entity pager.

Return value

\Drupal\views\ViewExecutable The view object.

Overrides EntityPagerInterface::getView

File

src/EntityPager.php, line 60

Class

EntityPager
Entity pager object.

Namespace

Drupal\entity_pager

Code

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