You are here

public function RabbitHoleEntityPluginInterface::getEntityTokenMap in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x src/Plugin/RabbitHoleEntityPluginInterface.php \Drupal\rabbit_hole\Plugin\RabbitHoleEntityPluginInterface::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 RabbitHoleEntityPluginInterface::getEntityTokenMap()
RabbitHoleEntityPluginBase::getEntityTokenMap in src/Plugin/RabbitHoleEntityPluginBase.php
Return a map of entity IDs used by this plugin to token IDs.

File

src/Plugin/RabbitHoleEntityPluginInterface.php, line 67

Class

RabbitHoleEntityPluginInterface
Defines an interface for Rabbit hole entity plugin plugins.

Namespace

Drupal\rabbit_hole\Plugin

Code

public function getEntityTokenMap();