Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
|
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\Config\StorageCacheInterface. | |
| */ | |
| namespace Drupal\Core\Config; | |
| /** | |
| * Defines an interface for cached configuration storage. | |
| */ | |
| interface StorageCacheInterface { | |
| /** | |
| * Reset the static cache of the listAll() cache. | |
| */ | |
| public function resetListCache(); | |
| } |