You are here

abstract protected function AppAnalyticsFormBase::getAnalyticsFilterCriteriaByAppOwner in Apigee Edge 8

Returns the analytics filter criteria that limits the result by app owner.

Parameters

\Drupal\apigee_edge\Entity\AppInterface $app: The app entity.

Return value

string The analytics filter criteria for the app owner.

See also

getAnalytics()

2 methods override AppAnalyticsFormBase::getAnalyticsFilterCriteriaByAppOwner()
DeveloperAppAnalyticsForm::getAnalyticsFilterCriteriaByAppOwner in src/Form/DeveloperAppAnalyticsForm.php
Returns the analytics filter criteria that limits the result by app owner.
TeamAppAnalyticsForm::getAnalyticsFilterCriteriaByAppOwner in modules/apigee_edge_teams/src/Form/TeamAppAnalyticsForm.php
Returns the analytics filter criteria that limits the result by app owner.

File

src/Form/AppAnalyticsFormBase.php, line 520

Class

AppAnalyticsFormBase
App analytics form builder for developer- and team apps.

Namespace

Drupal\apigee_edge\Form

Code

protected abstract function getAnalyticsFilterCriteriaByAppOwner(AppInterface $app) : string;