You are here

public function EntityPager::getOptions in Entity Pager 8

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

Returns the options this entity pager was created with.

Return value

array The options array.

Overrides EntityPagerInterface::getOptions

File

src/EntityPager.php, line 129

Class

EntityPager
Entity pager object.

Namespace

Drupal\entity_pager

Code

public function getOptions() {
  return $this->options;
}