You are here

public function DeveloperApp::getDeveloperId in Apigee Edge 8

2 calls to DeveloperApp::getDeveloperId()
DeveloperApp::getAppOwner in src/Entity/DeveloperApp.php
Returns the id of the app owner from the app entity.
DeveloperApp::getOwnerId in src/Entity/DeveloperApp.php
Returns the entity owner's user ID.

File

src/Entity/DeveloperApp.php, line 242

Class

DeveloperApp
Defines the Developer app entity class.

Namespace

Drupal\apigee_edge\Entity

Code

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