You are here

public function ApiProductController::createPager in Apigee Edge 8

File

modules/apigee_edge_apiproduct_rbac/tests/modules/apigee_edge_apiproduct_rbac_test/src/ApiProductController.php, line 251

Class

ApiProductController
API product controller that reads and writes attributes from/to States API.

Namespace

Drupal\apigee_edge_apiproduct_rbac_test

Code

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