private function AssetWriter::getCombinations

Not used.

This method is provided for backward compatibility with certain versions of AsseticBundle.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php, line 90

Class

AssetWriter
Writes assets to the filesystem.

Namespace

Assetic

Code

private function getCombinations(array $vars) {
  return VarUtils::getCombinations($vars, $this->values);
}