public function CompassFilter::setHttpImagesPath

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php, line 154

Class

CompassFilter
Loads Compass files.

Namespace

Assetic\Filter

Code

public function setHttpImagesPath($httpImagesPath) {
  $this->httpImagesPath = $httpImagesPath;
}