"...git@git.drupal.org:issue/recurring_events-3312242.git" did not exist on "2143f6f56fa52221eafdf741dfcedbbf48d30348"
Issue #3253649: Validate update_fetch_with_http_fallback setting
Merged
requested to merge issue/automatic_updates-3253649:3253649-validate-http-fallback into 8.x-2.x
1 unresolved thread
Merge request reports
Activity
- src/Validator/SettingsValidator.php 0 → 100644
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