You are here

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\Entity

Code

public function isConfigurable() : bool {
  return PluginHelper::isConfigurable($this
    ->getPlugin());
}