function ViewsTestConfigUpdaterHooks::__construct

Same name and namespace in other branches
  1. 11.x core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php \Drupal\views_test_config_updater\Hook\ViewsTestConfigUpdaterHooks::__construct()

File

core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php, line 18

Class

ViewsTestConfigUpdaterHooks
Hooks for the views_test_config_updater module.

Namespace

Drupal\views_test_config_updater\Hook

Code

public function __construct(protected readonly ViewsConfigUpdater $viewsConfigUpdater, #[Autowire(service: 'keyvalue')] protected readonly KeyValueFactoryInterface $keyValueFactory) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.