You are here

service automatic_updates.disk_space_validator in Automatic Updates 8.2

Class

Drupal\automatic_updates\Validator\DiskSpaceValidator

Tags

  • event_subscriber
2 string references to automatic_updates.disk_space_validator
CoreComposerValidatorTest::register in tests/src/Kernel/ReadinessValidation/CoreComposerValidatorTest.php
Registers test-specific services.
DiskSpaceValidatorTest::testDiskSpaceValidation in tests/src/Kernel/ReadinessValidation/DiskSpaceValidatorTest.php
Tests disk space validation.

File

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

View source
  1. class: Drupal\automatic_updates\Validator\DiskSpaceValidator
  2. arguments:
  3. - '@automatic_updates.path_locator'
  4. - '@string_translation'
  5. tags:
  6. - { name: event_subscriber }