You are here

16 string references to YAML keys in geolocation_google_maps.routing.yml in Geolocation Field 8.3

GeolocationGoogleMapsSettings::buildForm in modules/geolocation_google_maps/src/Form/GeolocationGoogleMapsSettings.php
Form constructor.
GeolocationGoogleMapsSettings::getEditableConfigNames in modules/geolocation_google_maps/src/Form/GeolocationGoogleMapsSettings.php
Gets the configuration names that will be editable.
GeolocationGoogleMapsSettings::submitForm in modules/geolocation_google_maps/src/Form/GeolocationGoogleMapsSettings.php
Form submission handler.
geolocation_google_maps_demo_install in modules/geolocation_google_maps/modules/geolocation_google_maps_demo/geolocation_google_maps_demo.install
Implements hook_install().
geolocation_google_maps_demo_uninstall in modules/geolocation_google_maps/modules/geolocation_google_maps_demo/geolocation_google_maps_demo.install
Implements hook_uninstall().
geolocation_google_maps_js_alter in modules/geolocation_google_maps/geolocation_google_maps.module
Implements hook_js_alter().
geolocation_google_maps_test_install in modules/geolocation_google_maps/tests/modules/geolocation_google_maps_test/geolocation_google_maps_test.install
Implements hook_install().
geolocation_google_maps_test_uninstall in modules/geolocation_google_maps/tests/modules/geolocation_google_maps_test/geolocation_google_maps_test.install
Implements hook_uninstall().
geolocation_test_views_install in tests/modules/geolocation_test_views/geolocation_test_views.install
Implements hook_install().
geolocation_test_views_uninstall in tests/modules/geolocation_test_views/geolocation_test_views.install
Implements hook_uninstall().
GoogleGeocodingAPI::formAttachGeocoder in modules/geolocation_google_maps/src/Plugin/geolocation/Geocoder/GoogleGeocodingAPI.php
Attach geocoding logic to input element.
GoogleGeocodingAPI::geocode in modules/geolocation_google_maps/src/Plugin/geolocation/Geocoder/GoogleGeocodingAPI.php
Geocode an address.
GoogleGeocodingAPI::reverseGeocode in modules/geolocation_google_maps/src/Plugin/geolocation/Geocoder/GoogleGeocodingAPI.php
Reverse geocode an address.
GoogleMapsProviderBase::getGoogleMapsApiParameters in modules/geolocation_google_maps/src/GoogleMapsProviderBase.php
Return all module and custom defined parameters.
GoogleMapsProviderBase::getGoogleMapsApiUrl in modules/geolocation_google_maps/src/GoogleMapsProviderBase.php
Return the fully build URL to load Google Maps API.
GooglePlacesAPI::geocode in modules/geolocation_google_maps/modules/geolocation_google_places_api/src/Plugin/geolocation/Geocoder/GooglePlacesAPI.php
Geocode an address.