You are here

protected function TeamAppCacheForm::getEntityType in Apigee Edge 8

Name of the entity type that cache expiration is controlled here.

Return value

string The id of an entity type.

Overrides EdgeEntityCacheConfigFormBase::getEntityType

File

modules/apigee_edge_teams/src/Form/TeamAppCacheForm.php, line 40

Class

TeamAppCacheForm
Provides a form for changing Team app caching related settings.

Namespace

Drupal\apigee_edge_teams\Form

Code

protected function getEntityType() : string {
  return 'team_app';
}