You are here

public function EntityExtraFieldInterface::getCacheRenderTag in Entity Extra Field 2.0.x

Get the cache render tag.

Return value

string The cache render tag.

1 method overrides EntityExtraFieldInterface::getCacheRenderTag()
EntityExtraField::getCacheRenderTag in src/Entity/EntityExtraField.php
Get the cache render tag.

File

src/Entity/EntityExtraFieldInterface.php, line 156

Class

EntityExtraFieldInterface
Define entity extra field interface.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getCacheRenderTag() : string;