You are here

public function ApiProductController::getEntityIds in Apigee Edge 8

File

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

Class

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

Namespace

Drupal\apigee_edge_apiproduct_rbac_test

Code

public function getEntityIds(PagerInterface $pager = NULL) : array {
  return $this->innerService
    ->getEntityIds($pager);
}