Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ImageEffectPluginCollection.php

function 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);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal