You are here

public function AppInterface::getAppOwner in Apigee Edge 8

Returns the id of the app owner from the app entity.

Return value could be either the developer id or the company name.

Return value

string Id of the app owner, or null if the app is new.

2 methods override AppInterface::getAppOwner()
DeveloperApp::getAppOwner in src/Entity/DeveloperApp.php
Returns the id of the app owner from the app entity.
TeamApp::getAppOwner in modules/apigee_edge_teams/src/Entity/TeamApp.php
Returns the id of the app owner from the app entity.

File

src/Entity/AppInterface.php, line 38

Class

AppInterface
Defines an interface for App entity objects.

Namespace

Drupal\apigee_edge\Entity

Code

public function getAppOwner() : ?string;