You are here

public function BlockTab::getCacheTags in Block Tabs 8

The cache tags associated with this object.

When this object is modified, these cache tags will be invalidated.

Return value

string[] A set of cache tags.

Overrides ContextAwarePluginBase::getCacheTags

File

src/Plugin/Tab/BlockTab.php, line 147

Class

BlockTab
Block tab.

Namespace

Drupal\blocktabs\Plugin\Tab

Code

public function getCacheTags() {
  return $this->blockPlugin
    ->getCacheTags();
}