public function ConfigurationUpdateSubscriber::__construct in Update helper 2.x
Same name and namespace in other branches
- 8 modules/update_helper_checklist/src/Events/ConfigurationUpdateSubscriber.php \Drupal\update_helper_checklist\Events\ConfigurationUpdateSubscriber::__construct()
ConfigurationUpdateSubscriber constructor.
Parameters
\Drupal\update_helper_checklist\UpdateChecklist $update_checklist: Update checklist service.
File
- modules/
update_helper_checklist/ src/ Events/ ConfigurationUpdateSubscriber.php, line 30
Class
- ConfigurationUpdateSubscriber
- Configuration update subscriber.
Namespace
Drupal\update_helper_checklist\EventsCode
public function __construct(UpdateChecklist $update_checklist) {
$this->updateChecklist = $update_checklist;
}