public function SettingInterface::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.
1 method overrides SettingInterface::getCacheTags()
- SettingBase::getCacheTags in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - The cache tags associated with this object.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingInterface.php, line 42 - Contains \Drupal\bootstrap\Plugin\Setting\SettingInterface.
Class
- SettingInterface
- Defines the interface for an object oriented theme setting plugin.
Namespace
Drupal\bootstrap\Plugin\SettingCode
public function getCacheTags();