EntityViewBuilderInterface::getCacheTags

public EntityViewBuilderInterface::getCacheTags()

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.

File

core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php, line 152

Class

EntityViewBuilderInterface
Defines an interface for entity view builders.

Namespace

Drupal\Core\Entity

Code

public function getCacheTags();
doc_Drupal
2016-10-29 09:08:48
Comments
Leave a Comment

Please login to continue.