function IconExtractorPluginManager::__construct

Overrides DefaultPluginManager::__construct

File

core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php, line 25

Class

IconExtractorPluginManager
IconExtractor plugin manager.

Namespace

Drupal\Core\Theme\Icon

Code

public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler, PluginFormFactoryInterface $pluginFormFactory) {
    parent::__construct('Plugin/IconExtractor', $namespaces, $module_handler, IconExtractorInterface::class, IconExtractor::class);
    $this->alterInfo('icon_extractor_info');
    $this->setCacheBackend($cache_backend, 'icon_extractor_plugins');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.