yii\web\AssetManager::setConverter PHP Method

setConverter() public method

Sets the asset converter.
public setConverter ( array | yii\web\AssetConverterInterface $value )
$value array | yii\web\AssetConverterInterface the asset converter. This can be either an object implementing the [[AssetConverterInterface]], or a configuration array that can be used to create the asset converter object.
    public function setConverter($value)
    {
        $this->_converter = $value;
    }