You are here

service automatic_updates.path_locator in Automatic Updates 8.2

Class

Drupal\automatic_updates\PathLocator
1 string reference to automatic_updates.path_locator
CoreComposerValidatorTest::testCoreNotRequired in tests/src/Kernel/ReadinessValidation/CoreComposerValidatorTest.php
Tests that an error is raised if core is not required in composer.json.

File

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

View source
  1. class: Drupal\automatic_updates\PathLocator
  2. arguments:
  3. - '@config.factory'
  4. - '%app.root%'