You are here

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

Class

ApiProductCachingForm
Provides a form for changing API Product caching related settings.

Namespace

Drupal\apigee_edge\Form

Code

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