You are here

service notifications_widget.logger in Notifications widget 8

Class

Drupal\notifications_widget\Services\NotificationsWidgetService
3 string references to notifications_widget.logger
notifications_widget_entity_delete in ./notifications_widget.module
Implements hook_entity_delete().
notifications_widget_entity_insert in ./notifications_widget.module
Implements hook_entity_insert().
notifications_widget_entity_update in ./notifications_widget.module
Implements hook_entity_update().

File

./notifications_widget.services.yml
notifications_widget.services.yml

View source
  1. class: Drupal\notifications_widget\Services\NotificationsWidgetService
  2. arguments:
  3. - '@current_user'
  4. - '@database'
  5. - '@request_stack'
  6. - '@config.factory'
  7. - '@logger.factory'
  8. - '@token'
  9. - '@datetime.time'