function ImageEffectPluginCollection::get
Same name in other branches
- 9 core/modules/image/src/ImageEffectPluginCollection.php \Drupal\image\ImageEffectPluginCollection::get()
- 8.9.x core/modules/image/src/ImageEffectPluginCollection.php \Drupal\image\ImageEffectPluginCollection::get()
- 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\imageCode
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.