public function PagererFactoryInterface::get in Pagerer 8
Returns the pager object for the specified pager element.
Parameters
int $element: The pager element.
Return value
\Drupal\pagerer\Pagerer The pager object.
1 method overrides PagererFactoryInterface::get()
- PagererFactory::get in src/
PagererFactory.php - Returns the pager object for the specified pager element.
File
- src/
PagererFactoryInterface.php, line 24
Class
- PagererFactoryInterface
- Provides an interface for the Pagerer factory.
Namespace
Drupal\pagererCode
public function get($element);