You are here

public function ThemeGenerator::getComponentCssFiles in AT Tools 8.3

Same name and namespace in other branches
  1. 8.2 at_theme_generator/src/Theme/ThemeGenerator.php \Drupal\at_theme_generator\Theme\ThemeGenerator::getComponentCssFiles()

Return this themes component CSS files.

Return value

array

1 call to ThemeGenerator::getComponentCssFiles()
ThemeGenerator::removeCssSourceMappingURL in at_theme_generator/src/Theme/ThemeGenerator.php
Remove CSS source mapping URLs in CSS files.

File

at_theme_generator/src/Theme/ThemeGenerator.php, line 434

Class

ThemeGenerator
Generator form.

Namespace

Drupal\at_theme_generator\Theme

Code

public function getComponentCssFiles() {
  return $this->directoryOperations
    ->directoryScan($this->target . '/styles/css/components');
}