You are here

service auditfiles.not_on_server in Audit Files 4.x

Same name and namespace in other branches
  1. 8.3 auditfiles.services.yml \auditfiles.not_on_server
  2. 8 auditfiles.services.yml \auditfiles.not_on_server
  3. 8.2 auditfiles.services.yml \auditfiles.not_on_server

Class

Drupal\auditfiles\ServiceAuditFilesNotOnServer
2 string references to auditfiles.not_on_server
AuditFilesNotOnServer::create in src/Form/AuditFilesNotOnServer.php
Instantiates a new instance of this class.
AuditFilesNotOnServerBatchProcess::auditfilesNotOnServerBatchDeleteProcessBatch in src/Batch/AuditFilesNotOnServerBatchProcess.php
The batch process for deleting the file.

File

./auditfiles.services.yml
auditfiles.services.yml

View source
  1. class: Drupal\auditfiles\ServiceAuditFilesNotOnServer
  2. arguments:
  3. - '@string_translation'
  4. - '@config.factory'
  5. - '@database'
  6. - '@date.formatter'
  7. - '@file_system'