You are here

public function OpenlayersPluginCollection::get in Openlayers 8.4

Return value

\Drupal\image\ImageEffectInterface

Overrides LazyPluginCollection::get

File

src/OpenlayersPluginCollection.php, line 18

Class

OpenlayersPluginCollection
A collection of Openlayers plugins.

Namespace

Drupal\openlayers

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}