You are here

service auditfiles.used_not_managed in Audit Files 8.3

Same name and namespace in other branches
  1. 8 auditfiles.services.yml \auditfiles.used_not_managed
  2. 8.2 auditfiles.services.yml \auditfiles.used_not_managed
  3. 4.x auditfiles.services.yml \auditfiles.used_not_managed

Class

Drupal\auditfiles\ServiceAuditFilesUsedNotManaged
2 string references to auditfiles.used_not_managed
AuditFilesUsedNotManaged::create in src/Form/AuditFilesUsedNotManaged.php
Instantiates a new instance of this class.
AuditFilesUsedNotManagedBatchProcess::auditfilesUsedNotManagedBatchDeleteProcessBatch in src/Batch/AuditFilesUsedNotManagedBatchProcess.php
The batch process for deleting the file feature 'used not managed'.

File

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

View source
  1. class: Drupal\auditfiles\ServiceAuditFilesUsedNotManaged
  2. arguments:
  3. - '@string_translation'
  4. - '@config.factory'
  5. - '@database'