EntityTypeInterface::getListCacheTags

public EntityTypeInterface::getListCacheTags()

The list cache tags associated with this entity type.

Enables code listing entities of this type to ensure that newly created entities show up immediately.

Return value

string[]

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 711

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

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

Please login to continue.