public function EntityPagerInterface::getView in Entity Pager 8
Same name and namespace in other branches
- 2.0.x src/EntityPagerInterface.php \Drupal\entity_pager\EntityPagerInterface::getView()
Gets the view for the entity pager.
Return value
\Drupal\views\ViewExecutable The view object.
1 method overrides EntityPagerInterface::getView()
- EntityPager::getView in src/
EntityPager.php - Gets the view for the entity pager.
File
- src/
EntityPagerInterface.php, line 16
Class
- EntityPagerInterface
- Defines an interface for an entity pager.
Namespace
Drupal\entity_pagerCode
public function getView();