You are here

public function DeveloperAppCachingForm::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/DeveloperAppCachingForm.php, line 46

Class

DeveloperAppCachingForm
Provides a form for changing Developer App caching related settings.

Namespace

Drupal\apigee_edge\Form

Code

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