Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class MapGeoLocationNominatim extends AbstractModule implements ModuleMapGeoLocationInterface |
||
28 | { |
||
29 | use ModuleConfigTrait; |
||
30 | use ModuleMapGeoLocationTrait; |
||
31 | |||
32 | /** |
||
33 | * Name of the map provider. |
||
34 | * |
||
35 | * @return string |
||
36 | */ |
||
37 | public function title(): string |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * Should this module be enabled when it is first installed? |
||
44 | * |
||
45 | * @return bool |
||
46 | */ |
||
47 | public function isEnabledByDefault(): bool |
||
52 |