interface MutableQualityToolkitManagerInterface in Image Style Quality 8
Plugin manager interface.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\image_style_quality\MutableQualityToolkitManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
Expanded class hierarchy of MutableQualityToolkitManagerInterface
All classes that implement MutableQualityToolkitManagerInterface
File
- src/
MutableQualityToolkitManagerInterface.php, line 10
Namespace
Drupal\image_style_qualityView source
interface MutableQualityToolkitManagerInterface extends PluginManagerInterface {
/**
* Get the toolkit definition that is currently active on the site.
*
* @return array
* A plugin definition.
*/
public function getActiveToolkit();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface:: |
public | function | Creates a pre-configured instance of a plugin. | 7 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |
MutableQualityToolkitManagerInterface:: |
public | function | Get the toolkit definition that is currently active on the site. | 1 |