Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | class WatchHooksImplementationsOptions extends AbstractFileBackendDependantOptions |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 2 | protected static function getDefaultModuleFileResourceMasks(): array |
|
24 | { |
||
25 | return array( |
||
26 | 2 | '%machine_name%.module', |
|
27 | ); |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 2 | protected static function getDefaultThemeFileResourceMasks(): array |
|
37 | ); |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | 2 | protected static function getDefaultCacheFileName(): string |
|
46 | } |
||
47 | } |
||
48 |