public function BaseNodeFilter::getNodePaths

File

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

Class

BaseNodeFilter

Namespace

Assetic\Filter

Code

public function getNodePaths() {
  return $this->nodePaths;
}