You are here

public static function ViewsCacheBullySettingsForm::create in Views cache bully 8

File

lib/Drupal/views_cache_bully/Form/ViewsCacheBullySettingsForm.php, line 36
Contains \Drupal\views_cache_bully\ViewsCacheBullySettingsForm.

Class

ViewsCacheBullySettingsForm
Configure Views Cache Bully settings for this site.

Namespace

Drupal\views_cache_bully\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('config.factory'), $container
    ->get('module_handler'));
}