public function ViewsCacheBullySettingsForm::__construct in Views cache bully 8
Constructs a \Drupal\views_cache_bully\Form object.
Parameters
ConfigFactory $config_factory: The factory for configuration objects.
ModuleHandler $module_handler: The module handler.
File
- lib/
Drupal/ views_cache_bully/ Form/ ViewsCacheBullySettingsForm.php, line 28 - Contains \Drupal\views_cache_bully\ViewsCacheBullySettingsForm.
Class
- ViewsCacheBullySettingsForm
- Configure Views Cache Bully settings for this site.
Namespace
Drupal\views_cache_bully\FormCode
public function __construct(ConfigFactory $config_factory, ModuleHandler $module_handler) {
$this->configFactory = $config_factory;
$this->moduleHandler = $module_handler;
}