Constructs a SettingsForm object.

Paramètres

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.

\Drupal\Core\Cache\CacheBackendInterface $cache: The AdvAgg cache service.

Fichier

advagg_bundler/src/Form/SettingsForm.php, line 32

Classe

SettingsForm
Configure advagg bundler settings for this site.

Namespace

Drupal\advagg_bundler\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, CacheBackendInterface $cache) {
    parent::__construct($config_factory);
    $this->cache = $cache;
}