eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Parser\Image::mapConfig PHP Method

mapConfig() public method

public mapConfig ( array &$scopeSettings, $currentScope, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer )
$scopeSettings array
$contextualizer eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface
    public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer)
    {
        if (isset($scopeSettings['imagemagick'])) {
            $suggestion = new ConfigSuggestion('"imagemagick" settings are deprecated. Just remove them from your configuration file.');
            $this->suggestionCollector->addSuggestion($suggestion);
        }
    }