You are here

service readonlymode.manager in Read only mode 2.0.x

Class

Drupal\readonlymode\ReadonlymodeManager

Tags

  • event_subscriber
3 string references to readonlymode.manager
ReadonlymodeConstraintValidator::validate in src/Plugin/Validation/Constraint/ReadonlymodeConstraintValidator.php
ReadonlymodeKernelTest::testReadonlyValidation in tests/src/Kernel/ReadonlymodeKernelTest.php
Make sure that entities fail validation during read-only maintenance mode.
readonlymode_form_system_site_maintenance_mode_alter in ./readonlymode.module
Implements hook_form_FORM_ID_alter().

File

./readonlymode.services.yml
readonlymode.services.yml

View source
  1. class: Drupal\readonlymode\ReadonlymodeManager
  2. arguments:
  3. - '@state'
  4. - '@token'
  5. - '@config.factory'
  6. - '@messenger'
  7. - '@current_user'
  8. tags:
  9. - { name: event_subscriber }