You are here

public function ContactFormViewBuilder::getCacheTags in Contact Storage 8

The cache tag associated with this entity view builder.

An entity view builder is instantiated on a per-entity type basis, so the cache tags are also per-entity type.

Return value

array An array of cache tags.

Overrides EntityViewBuilderInterface::getCacheTags

File

src/ContactFormViewBuilder.php, line 134

Class

ContactFormViewBuilder
Provides a contact form view builder.

Namespace

Drupal\contact_storage

Code

public function getCacheTags() {

  // Intentionally empty.
}