GeolocatorControllerInterface
interface GeolocatorControllerInterface (View source)
Methods
                    bool
                
                
                    hasConfigurationForm()
        
                                            
                
            Does this geolocator library has a configuration form?
                    renderConfigurationForm()
        
                                            
                
            Render the configuration form.
                    array
                
                
                    saveConfigurationForm(array $configuration, ParameterBag $data, ErrorList $error)
        
                                            
                
            Save the configuration form.
                    geolocateIPAddress(AddressInterface $address)
        
                                            
                
            Geolocate an IP address.
Details
        
                            bool
    hasConfigurationForm()
        
    
    Does this geolocator library has a configuration form?
        
                            
    renderConfigurationForm()
        
    
    Render the configuration form.
        
                            array
    saveConfigurationForm(array $configuration, ParameterBag $data, ErrorList $error)
        
    
    Save the configuration form.
        
                            GeolocationResult
    geolocateIPAddress(AddressInterface $address)
        
    
    Geolocate an IP address.