You are here

public function App::getAppId in Apigee Edge 8

1 call to App::getAppId()
App::getCredentials in src/Entity/App.php

File

src/Entity/App.php, line 81

Class

App
Base class for App Drupal entities.

Namespace

Drupal\apigee_edge\Entity

Code

public function getAppId() : ?string {
  return $this->decorated
    ->getAppId();
}