8.x-3.x SettingBase.php |
public SettingBase::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 SettingInterface::getCacheTags
Class
- SettingBase
- Base class for a setting.
Namespace
Drupal\bootstrap\Plugin\Setting
Source src/Plugin/Setting/SettingBase.php (line 64)
public function getCacheTags() {
return ['rendered'];
}