public function AppCacheInterface::getAppOwner in Apigee Edge 8
Returns the owner of an app.
Parameters
\Apigee\Edge\Api\Management\Entity\AppInterface $app: App entity.
Return value
string Either developer id (UUID) or company name.
1 method overrides AppCacheInterface::getAppOwner()
- AppCache::getAppOwner in src/
Entity/ Controller/ Cache/ AppCache.php - Returns the owner of an app.
File
- src/
Entity/ Controller/ Cache/ AppCacheInterface.php, line 67
Class
- AppCacheInterface
- Base definition of an app cache for app controllers.
Namespace
Drupal\apigee_edge\Entity\Controller\CacheCode
public function getAppOwner(AppInterface $app) : string;