public function GeocoderProvider::getPluginCollections in Geocoder 8.3
Gets the plugin collections used by this object.
Return value
\Drupal\Component\Plugin\LazyPluginCollection[] An array of plugin collections, keyed by the property name they use to store their configuration.
Overrides ObjectWithPluginCollectionInterface::getPluginCollections
File
- src/
Entity/ GeocoderProvider.php, line 111
Class
- GeocoderProvider
- Defines the Geocoder provider entity type.
Namespace
Drupal\geocoder\EntityCode
public function getPluginCollections() : array {
return [
'configuration' => $this
->getPluginCollection(),
];
}