public function BaseNodeFilter::addNodePath

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php, line 28

Class

BaseNodeFilter

Namespace

Assetic\Filter

Code

public function addNodePath($nodePath) {
  $this->nodePaths[] = $nodePath;
}