You are here

public function AppController::listAppIdsByType in Apigee Edge 8

File

src/Entity/Controller/AppController.php, line 243

Class

AppController
Definition of the App controller service.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

public function listAppIdsByType(string $app_type, PagerInterface $pager = NULL) : array {
  return $this
    ->decorated()
    ->listAppIdsByType($app_type, $pager);
}