You are here

public function PagererFactory::all in Pagerer 8

Returns the array of pager objects.

Return value

\Drupal\pagerer\Pagerer[] The array of pager objects.

Overrides PagererFactoryInterface::all

File

src/PagererFactory.php, line 50

Class

PagererFactory
Provides a factory for Pagerer pagers.

Namespace

Drupal\pagerer

Code

public function all() {
  return $this->pagers;
}