1 | <?php |
||
2 | /** |
||
3 | * Route Map plugin for Craft CMS |
||
4 | * |
||
5 | * Returns a list of public routes for elements with URLs |
||
6 | * |
||
7 | * @link https://nystudio107.com/ |
||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
8 | * @copyright Copyright (c) 2017 nystudio107 |
||
0 ignored issues
–
show
|
|||
9 | */ |
||
0 ignored issues
–
show
|
|||
10 | |||
11 | /** |
||
0 ignored issues
–
show
|
|||
12 | * @author nystudio107 |
||
0 ignored issues
–
show
|
|||
13 | * @package RouteMap |
||
0 ignored issues
–
show
|
|||
14 | * @since 1.0.0 |
||
0 ignored issues
–
show
|
|||
15 | */ |
||
16 | return [ |
||
17 | 'Route Map Cache' => 'Route Map Cache', |
||
18 | '{name} plugin loaded' => '{name} plugin loaded', |
||
19 | ]; |
||
20 |