Go to the source code of this file.
Functions | |
| smfInitGoogleMaps3 () | |
Variables | |
| if(!defined( 'MEDIAWIKI')) | $moduleTemplate |
| $wgResourceModules ['ext.sm.fi.googlemaps3'] | |
| $wgResourceModules ['ext.sm.fi.googlemaps3.single'] | |
| $wgHooks ['MappingServiceLoad'][] = 'smfInitGoogleMaps3' | |
Definition in file SM_GoogleMaps3.php.
| smfInitGoogleMaps3 | ( | ) |
| if (!defined( 'MEDIAWIKI')) $moduleTemplate |
Initial value:
array(
'localBasePath' => dirname( __FILE__ ),
'remoteBasePath' => $smgScriptPath . '/includes/services/GoogleMaps3',
'group' => 'ext.semanticmaps',
)
Definition at line 26 of file SM_GoogleMaps3.php.
Referenced by smwfRegisterResourceLoaderModules().
| $wgHooks['MappingServiceLoad'][] = 'smfInitGoogleMaps3' |
Definition at line 63 of file SM_GoogleMaps3.php.
| $wgResourceModules['ext.sm.fi.googlemaps3.single'] |
Initial value:
$moduleTemplate + array( 'dependencies' => array( 'ext.sm.fi.googlemaps3' ), 'scripts' => array( 'jquery.googlemapsinput.js', ), 'messages' => array( ) )
Definition at line 39 of file SM_GoogleMaps3.php.
| $wgResourceModules['ext.sm.fi.googlemaps3'] |
Initial value:
$moduleTemplate + array( 'dependencies' => array( 'ext.maps.googlemaps3', 'ext.sm.forminputs' ), 'scripts' => array( 'ext.sm.googlemapsinput.js' ), )
Definition at line 32 of file SM_GoogleMaps3.php.
1.5.6