You are here

service autologout.manager in Automated Logout 8

Class

Drupal\autologout\AutologoutManager

Tags

  • autologout_manager
4 string references to autologout.manager
AutologoutBlockForm::create in src/Form/AutologoutBlockForm.php
Instantiates a new instance of this class.
AutologoutController::create in src/Controller/AutologoutController.php
Instantiates a new instance of this class.
AutologoutWarningBlock::create in src/Plugin/Block/AutologoutWarningBlock.php
Creates an instance of the plugin.
autologout_page_attachments in ./autologout.module
Implements hook_page_attachments().

File

./autologout.services.yml
autologout.services.yml

View source
  1. class: Drupal\autologout\AutologoutManager
  2. tags:
  3. - { name: autologout_manager }
  4. arguments:
  5. - '@module_handler'
  6. - '@config.factory'
  7. - '@messenger'
  8. - '@current_user'
  9. - '@logger.factory'
  10. - '@session_manager'
  11. - '@user.data'
  12. - '@datetime.time'
  13. - '@entity_type.manager'
  14. - '@string_translation'