Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
13 | public function addToOutput() { |
||
14 | $this->output->addModules( 'ext.maps.geojson.new.page' ); |
||
15 | |||
16 | $this->output->addHtml( |
||
17 | \Html::element( |
||
18 | 'button', |
||
19 | [ |
||
20 | 'id' => 'maps-geojson-new' |
||
21 | ], |
||
22 | wfMessage( 'maps-geo-json-create-page-button' )->inContentLanguage()->text() |
||
23 | ) |
||
24 | ); |
||
25 | } |
||
26 | |||
28 |