public function ImageEffectPluginCollection::get in Zircon Profile 8
Same name and namespace in other branches
- 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\imageCode
public function &get($instance_id) {
return parent::get($instance_id);
}