You are here

protected property EntityPagerFactory::$default_options in Entity Pager 8

File

src/EntityPagerFactory.php, line 26

Class

EntityPagerFactory
Factory for entity pager objects.

Namespace

Drupal\entity_pager

Code

protected $default_options = [
  'link_next' => 'next >',
  'link_prev' => '< prev',
  'link_all_url' => '<front>',
  'link_all_text' => 'Home',
  'display_all' => TRUE,
  'display_count' => TRUE,
  'show_disabled_links' => TRUE,
  'circular_paging' => FALSE,
  'log_performance' => TRUE,
];