You are here

abstract protected function EdgeEntityCacheConfigFormBase::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.

1 call to EdgeEntityCacheConfigFormBase::getEntityType()
EdgeEntityCacheConfigFormBase::invalidateCache in src/Form/EdgeEntityCacheConfigFormBase.php
Submit handler that invalidates stored cache items from of an entity type.
5 methods override EdgeEntityCacheConfigFormBase::getEntityType()
ApiProductCachingForm::getEntityType in src/Form/ApiProductCachingForm.php
Name of the entity type that cache expiration is controlled here.
DeveloperAppCachingForm::getEntityType in src/Form/DeveloperAppCachingForm.php
Name of the entity type that cache expiration is controlled here.
DeveloperCachingForm::getEntityType in src/Form/DeveloperCachingForm.php
Name of the entity type that cache expiration is controlled here.
TeamAppCacheForm::getEntityType in modules/apigee_edge_teams/src/Form/TeamAppCacheForm.php
Name of the entity type that cache expiration is controlled here.
TeamCacheForm::getEntityType in modules/apigee_edge_teams/src/Form/TeamCacheForm.php
Name of the entity type that cache expiration is controlled here.

File

src/Form/EdgeEntityCacheConfigFormBase.php, line 101

Class

EdgeEntityCacheConfigFormBase
Base cache expiration config form for Apigee Edge entities.

Namespace

Drupal\apigee_edge\Form

Code

protected abstract function getEntityType() : string;