setConverter() public method
Sets the asset converter.
public void setConverter ( $value ) | ||
---|---|---|
$value | array|yii\web\AssetConverterInterface |
The asset converter. This can be either an object implementing the yii\web\AssetConverterInterface, or a configuration array that can be used to create the asset converter object. |
Please login to continue.