public function GeocoderProvider::isConfigurable in Geocoder 8.3
Returns whether or not this provider is configurable.
Return value
bool The bool result.
Overrides GeocoderProviderInterface::isConfigurable
File
- src/
Entity/ GeocoderProvider.php, line 143
Class
- GeocoderProvider
- Defines the Geocoder provider entity type.
Namespace
Drupal\geocoder\EntityCode
public function isConfigurable() : bool {
return PluginHelper::isConfigurable($this
->getPlugin());
}