You are here

public function EntityPagerInterface::getOptions in Entity Pager 8

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

Returns the options this entity pager was created with.

Return value

array The options array.

1 method overrides EntityPagerInterface::getOptions()
EntityPager::getOptions in src/EntityPager.php
Returns the options this entity pager was created with.

File

src/EntityPagerInterface.php, line 52

Class

EntityPagerInterface
Defines an interface for an entity pager.

Namespace

Drupal\entity_pager

Code

public function getOptions();