for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Google Maps v3 form input class.
*
* @since 1.0
* @file SM_GoogleMaps3FormInput.php
* @ingroup SemanticMaps
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
*/
class SMGoogleMaps3FormInput extends SMFormInput {
* @see SMFormInput::getResourceModules
* @return array of string
protected function getResourceModules() {
return array_merge( parent::getResourceModules(), [ 'ext.sm.fi.googlemaps3' ] );
}