You are here

public function DsCacheTestBlock::getCacheTags in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 tests/modules/ds_test/src/Plugin/Block/DsCacheTestBlock.php \Drupal\ds_test\Plugin\Block\DsCacheTestBlock::getCacheTags()
  2. 8.3 tests/modules/ds_test/src/Plugin/Block/DsCacheTestBlock.php \Drupal\ds_test\Plugin\Block\DsCacheTestBlock::getCacheTags()

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

tests/modules/ds_test/src/Plugin/Block/DsCacheTestBlock.php, line 45

Class

DsCacheTestBlock
Defines a Display suite cache test block.

Namespace

Drupal\ds_test\Plugin\Block

Code

public function getCacheTags() {
}