Paramètres
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: A config factory for retrieving required config objects.
Fichier
-
src/
Asset/ JsCollectionRenderer.php, line 29
Classe
Namespace
Drupal\advagg\AssetCode
public function __construct(StateInterface $state, ConfigFactoryInterface $config_factory) {
$this->state = $state;
$this->config = $config_factory->get('advagg.settings');
}