You are here

public function TriggerInterface::getToolbarCacheTag in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x src/TriggerInterface.php \Drupal\build_hooks\TriggerInterface::getToolbarCacheTag()

Utility function to retrieve the cache tag to apply to the toolbar.

Return value

string The toolbar cache tag.

1 method overrides TriggerInterface::getToolbarCacheTag()
Trigger::getToolbarCacheTag in src/Trigger.php
Utility function to retrieve the cache tag to apply to the toolbar.

File

src/TriggerInterface.php, line 47

Class

TriggerInterface
Interface TriggerInterface.

Namespace

Drupal\build_hooks

Code

public function getToolbarCacheTag();