Files
contao-leaflet-maps/src/Resources/contao/config/event_subscribers.php

18 lines
513 B
PHP
Raw Normal View History

2014-12-29 12:17:40 +01:00
<?php
2015-01-12 19:03:29 +01:00
/**
2017-10-05 15:45:43 +02:00
* Leaflet maps for Contao CMS.
*
2016-10-11 10:40:15 +02:00
* @package contao-leaflet-maps
2015-01-12 19:03:29 +01:00
* @author David Molineus <david.molineus@netzmacht.de>
2017-10-05 15:45:43 +02:00
* @copyright 2016-2017 netzmacht David Molineus. All rights reserved.
* @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE
2015-01-12 19:03:29 +01:00
* @filesource
*/
2017-10-05 15:45:43 +02:00
2014-12-29 12:17:40 +01:00
return array(
2016-10-06 08:53:23 +02:00
$GLOBALS['container']['leaflet.boot.subscriber'],
'Netzmacht\Contao\Leaflet\Subscriber\HashSubscriber',
2016-10-06 08:58:35 +02:00
$GLOBALS['container']['leaflet.subscriber.geo-json'],
2014-12-29 12:17:40 +01:00
);