You are here

public function ConfigActionsServiceInterface::clearSourceCache in Config Actions 8

Clear the internal cache of source plugins. Saves any changed data first via SaveAll.

1 method overrides ConfigActionsServiceInterface::clearSourceCache()
ConfigActionsService::clearSourceCache in src/ConfigActionsService.php
Clear the internal cache of source plugins. Saves any changed data first via SaveAll.

File

src/ConfigActionsServiceInterface.php, line 95

Class

ConfigActionsServiceInterface
Defines an interface for config actions service

Namespace

Drupal\config_actions

Code

public function clearSourceCache();