You are here

public function EntityExtraFieldInterface::getCacheDiscoveryId in Entity Extra Field 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/EntityExtraFieldInterface.php \Drupal\entity_extra_field\Entity\EntityExtraFieldInterface::getCacheDiscoveryId()

Get the cache discovery identifier.

Return value

string The cache identifier in the cache_discovery table.

1 method overrides EntityExtraFieldInterface::getCacheDiscoveryId()
EntityExtraField::getCacheDiscoveryId in src/Entity/EntityExtraField.php
Get the cache discovery identifier.

File

src/Entity/EntityExtraFieldInterface.php, line 136

Class

EntityExtraFieldInterface
Define entity extra field interface.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getCacheDiscoveryId();