You are here

abstract protected function AppQueryBase::appByOwnerController in Apigee Edge 8

Returns an app by owner controller.

Parameters

string $owner: The owner an of an app.

Return value

\Apigee\Edge\Api\Management\Controller\AppByOwnerControllerInterface The app by owner controller instance for the owner.

2 methods override AppQueryBase::appByOwnerController()
DeveloperAppQuery::appByOwnerController in src/Entity/Query/DeveloperAppQuery.php
Returns an app by owner controller.
TeamAppQuery::appByOwnerController in modules/apigee_edge_teams/src/Entity/Query/TeamAppQuery.php
Returns an app by owner controller.

File

src/Entity/Query/AppQueryBase.php, line 49

Class

AppQueryBase
Base entity query class for developer- and team apps.

Namespace

Drupal\apigee_edge\Entity\Query

Code

protected abstract function appByOwnerController(string $owner) : AppByOwnerControllerInterface;