You are here

public function TcaPluginInterface::getEntityTokenMap in Token Content Access 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/TcaPluginInterface.php \Drupal\tca\Plugin\TcaPluginInterface::getEntityTokenMap()

Return a map of entity IDs used by this plugin to token IDs.

Return value

array A map of token IDs to entity IDs in the form ['entity ID' => 'token ID']

1 method overrides TcaPluginInterface::getEntityTokenMap()
TcaPluginBase::getEntityTokenMap in src/Plugin/TcaPluginBase.php
Return a map of entity IDs used by this plugin to token IDs.

File

src/Plugin/TcaPluginInterface.php, line 55

Class

TcaPluginInterface
Defines an interface for TCA plugins.

Namespace

Drupal\tca\Plugin

Code

public function getEntityTokenMap();