You are here

service automatic_updates.vendor in Automatic Updates 8

Class

Drupal\automatic_updates\ReadinessChecker\Vendor

Tags

  • readiness_checker
1 string reference to automatic_updates.vendor
VendorTest::testVendor in tests/src/Kernel/ReadinessChecker/VendorTest.php
Tests vendor folder existing.

File

./automatic_updates.services.yml
automatic_updates.services.yml

View source
  1. class: Drupal\automatic_updates\ReadinessChecker\Vendor
  2. arguments:
  3. - '@app.root'
  4. tags:
  5. - { name: readiness_checker, category: error }