function PagersCacheContext::__construct
Constructs a new PagersCacheContext object.
Parameters
\Drupal\Core\Pager\PagerParametersInterface $pager_params: The pager parameters.
File
-
core/
lib/ Drupal/ Core/ Cache/ Context/ PagersCacheContext.php, line 30
Class
- PagersCacheContext
- Defines a cache context for "per page in a pager" caching.
Namespace
Drupal\Core\Cache\ContextCode
public function __construct(PagerParametersInterface $pager_params) {
$this->pagerParams = $pager_params;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.