function public function SettingInterface::getCacheTags
8.x-3.x SettingInterface.php | public SettingInterface::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.
Class
- SettingInterface
- Defines the interface for an object oriented theme setting plugin.
Namespace
Drupal\bootstrap\Plugin\SettingSource src/Plugin/Setting/SettingInterface.php (line 54)
public function getCacheTags();