Skip to content
Snippets Groups Projects

Issue #3253649: Validate update_fetch_with_http_fallback setting

Merged Issue #3253649: Validate update_fetch_with_http_fallback setting
1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 <?php
2
3 namespace Drupal\automatic_updates\Validator;
4
5 use Drupal\automatic_updates\Event\ReadinessCheckEvent;
6 use Drupal\automatic_updates\Updater;
7 use Drupal\Core\Site\Settings;
8 use Drupal\Core\StringTranslation\StringTranslationTrait;
9 use Drupal\Core\StringTranslation\TranslationInterface;
10 use Drupal\package_manager\Event\PreCreateEvent;
11 use Drupal\package_manager\Event\PreOperationStageEvent;
12 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
13
14 class SettingsValidator implements EventSubscriberInterface {
Please register or sign in to reply
Loading