You are here

public function WebformAnalysisBlock::getCacheTags in Webform Analysis 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/Block/WebformAnalysisBlock.php, line 246

Class

WebformAnalysisBlock
Provides a 'Webform' block.

Namespace

Drupal\webform_analysis\Plugin\Block

Code

public function getCacheTags() {
  return [];
}