Pipe\ProcessedAsset::getProcessors PHP Method

getProcessors() public method

public getProcessors ( )
    function getProcessors()
    {
        $contentType = $this->getContentType();
        return array_merge($this->environment->preProcessors->all($contentType), array_reverse($this->getEngines()), $this->environment->postProcessors->all($contentType));
    }