public function PagererFactoryInterface::all in Pagerer 8
Returns the array of pager objects.
Return value
\Drupal\pagerer\Pagerer[] The array of pager objects.
1 method overrides PagererFactoryInterface::all()
- PagererFactory::all in src/
PagererFactory.php - Returns the array of pager objects.
File
- src/
PagererFactoryInterface.php, line 32
Class
- PagererFactoryInterface
- Provides an interface for the Pagerer factory.
Namespace
Drupal\pagererCode
public function all();