You are here

public function CachedPaginatedControllerHelperTrait::createPager in Apigee Edge 8

File

src/Entity/Controller/CachedPaginatedControllerHelperTrait.php, line 44

Class

CachedPaginatedControllerHelperTrait
Shared defs. for cached paginated entity & entity od listing controllers.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

public function createPager(int $limit = 0, ?string $start_key = NULL) : PagerInterface {
  return $this
    ->decorated()
    ->createPager($limit, $start_key);
}