You are here

public function AppInterface::setAppOwner in Apigee Edge 8

Sets the app owner's property value on an app.

Parameters

string $owner: The owner of the app. Developer id (uuid) or team (company) name.

2 methods override AppInterface::setAppOwner()
DeveloperApp::setAppOwner in src/Entity/DeveloperApp.php
Sets the app owner's property value on an app.
TeamApp::setAppOwner in modules/apigee_edge_teams/src/Entity/TeamApp.php
Sets the app owner's property value on an app.

File

src/Entity/AppInterface.php, line 46

Class

AppInterface
Defines an interface for App entity objects.

Namespace

Drupal\apigee_edge\Entity

Code

public function setAppOwner(string $owner) : void;