Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PagersCacheContext.php

function PagersCacheContext::getCacheableMetadata

Overrides CalculatedCacheContextInterface::getCacheableMetadata

File

core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php, line 59

Class

PagersCacheContext
Defines a cache context for "per page in a pager" caching.

Namespace

Drupal\Core\Cache\Context

Code

public function getCacheableMetadata($pager_id = NULL) {
    return new CacheableMetadata();
}
RSS feed
Powered by Drupal