function 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.