public function AdvaggSettersTrait::setThemeRegistry in Advanced CSS/JS Aggregation 8.4
The theme registry service.
Parameters
\Drupal\Core\Theme\Registry $themeRegistry: The theme registry.
Return value
$this
File
- src/
AdvaggSettersTrait.php, line 267
Class
- AdvaggSettersTrait
- The trait setters of ADVAGG module.
Namespace
Drupal\advaggCode
public function setThemeRegistry(Registry $themeRegistry) {
$this->themeRegistry = $themeRegistry;
return $this;
}