You are here

public function CdnCustomCssMin::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/CdnCustomCssMin.php, line 38
Contains \Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustomCssMin.

Class

CdnCustomCssMin
The "cdn_custom_css_min" theme setting.

Namespace

Drupal\bootstrap\Plugin\Setting\Advanced\Cdn

Code

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