You are here

public function TriggerInterface::getToolbarCacheTag in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 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
Defines an interface for triggering build hooks.

Namespace

Drupal\build_hooks

Code

public function getToolbarCacheTag();