public function CdnCustomJs::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/ CdnCustomJs.php, line 38 - Contains \Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustomJs.
Class
- CdnCustomJs
- The "cdn_custom_js" theme setting.
Namespace
Drupal\bootstrap\Plugin\Setting\Advanced\CdnCode
public function getCacheTags() {
return [
'library_info',
];
}