Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | class WatchRoutingDefinitionsOptions extends AbstractFileBackendDependantOptions |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 2 | protected static function getDefaultModuleFileResourceMasks(): array |
|
24 | { |
||
25 | return array( |
||
26 | 2 | '%machine_name%.routing.yml', |
|
27 | ); |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 2 | protected static function getDefaultCacheFileName(): string |
|
36 | } |
||
37 | } |
||
38 |