function ModuleInstallConfigTestSubscriber::__construct

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php \Drupal\module_installer_config_subscriber\EventSubscriber\ModuleInstallConfigTestSubscriber::__construct()

File

core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php, line 20

Class

ModuleInstallConfigTestSubscriber
Test subscriber for configuration CRUD event.

Namespace

Drupal\module_installer_config_subscriber\EventSubscriber

Code

public function __construct(protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly Connection $connection, #[Autowire(service: 'keyvalue')] protected readonly KeyValueFactoryInterface $keyValue) {
}

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