You are here

public function MutableQualityToolkitManagerInterface::getActiveToolkit in Image Style Quality 8

Get the toolkit definition that is currently active on the site.

Return value

array A plugin definition.

1 method overrides MutableQualityToolkitManagerInterface::getActiveToolkit()
MutableQualityToolkitManager::getActiveToolkit in src/MutableQualityToolkitManager.php
Get the toolkit definition that is currently active on the site.

File

src/MutableQualityToolkitManagerInterface.php, line 18

Class

MutableQualityToolkitManagerInterface
Plugin manager interface.

Namespace

Drupal\image_style_quality

Code

public function getActiveToolkit();