public function GeocoderProviderInterface::isConfigurable in Geocoder 8.3
Returns whether or not this provider is configurable.
Return value
bool The bool result.
1 method overrides GeocoderProviderInterface::isConfigurable()
- GeocoderProvider::isConfigurable in src/
Entity/ GeocoderProvider.php - Returns whether or not this provider is configurable.
File
- src/
GeocoderProviderInterface.php, line 20
Class
- GeocoderProviderInterface
- Provides an interface defining the Geocoder provider entity type.
Namespace
Drupal\geocoderCode
public function isConfigurable() : bool;