You are here

public function ImageEffectPluginCollection::get in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/image/src/ImageEffectPluginCollection.php \Drupal\image\ImageEffectPluginCollection::get()

Return value

\Drupal\image\ImageEffectInterface

Overrides LazyPluginCollection::get

File

core/modules/image/src/ImageEffectPluginCollection.php, line 22
Contains \Drupal\image\ImageEffectPluginCollection.

Class

ImageEffectPluginCollection
A collection of image effects.

Namespace

Drupal\image

Code

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