You are here

service system.file_event.subscriber in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/system/system.services.yml \system.file_event.subscriber

Class

Drupal\system\EventSubscriber\SecurityFileUploadEventSubscriber

Tags

  • event_subscriber

File

core/modules/system/system.services.yml
core/modules/system/system.services.yml

View source
  1. class: Drupal\system\EventSubscriber\SecurityFileUploadEventSubscriber
  2. arguments:
  3. - '@config.factory'
  4. tags:
  5. - { name: event_subscriber }