Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
22 | class HttpCorePluginConfiguration extends PluginConfiguration implements HttpCorePluginConfigurationInterface |
||
23 | { |
||
24 | public const CFG_LOCATOR_TYPE_DEFAULT = 'code'; |
||
25 | public const CFG_LOCATOR_TYPE = 'MICRO_HTTP_ROUTE_LOCATOR'; |
||
26 | |||
27 | /** |
||
28 | * {@inheritDoc} |
||
29 | */ |
||
30 | public function getRouteLocatorType(): string |
||
35 |