You are here

public function DeveloperCachingForm::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

src/Form/DeveloperCachingForm.php, line 44

Class

DeveloperCachingForm
Provides a form for changing Developer caching related settings.

Namespace

Drupal\apigee_edge\Form

Code

public function getEntityType() : string {
  return 'developer';
}