protected property GeoCodeAddressForm::$configFactory in IP Geolocation Views & Maps 8
The config factory.
Subclasses should use the self::config() method, which may be overridden to address specific needs when loading config, rather than this property directly. See \Drupal\Core\Form\ConfigFormBase::config() for an example of this.
Type: \Drupal\Core\Config\ConfigFactoryInterface
Overrides FormBase::$configFactory
File
- src/
Form/ GeoCodeAddressForm.php, line 26
Class
- GeoCodeAddressForm
- Form to reverse geocode a address to latitud and Longitude.
Namespace
Drupal\ip_geoloc\FormCode
protected $configFactory;