function ImageEffectPluginCollection::get

Same name and namespace in other branches
  1. 9 core/modules/image/src/ImageEffectPluginCollection.php \Drupal\image\ImageEffectPluginCollection::get()
  2. 10 core/modules/image/src/ImageEffectPluginCollection.php \Drupal\image\ImageEffectPluginCollection::get()
  3. 11.x 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 17

Class

ImageEffectPluginCollection
A collection of image effects.

Namespace

Drupal\image

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.