You are here

public function CdnCustomJsMin::getCacheTags in Express 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 SettingBase::getCacheTags

File

themes/contrib/bootstrap/src/Plugin/Setting/Advanced/Cdn/CdnCustomJsMin.php, line 38
Contains \Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustomJsMin.

Class

CdnCustomJsMin
The "cdn_custom_js_min" theme setting.

Namespace

Drupal\bootstrap\Plugin\Setting\Advanced\Cdn

Code

public function getCacheTags() {
  return [
    'library_info',
  ];
}