You are here

protected function TeamCacheForm::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/TeamCacheForm.php, line 40

Class

TeamCacheForm
Provides a form for changing Team caching related settings.

Namespace

Drupal\apigee_edge_teams\Form

Code

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