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\EntityCode
public function getAppId() : ?string {
return $this->decorated
->getAppId();
}