You are here

service commerce_file.download_logger in Commerce File 8.2

Class

Drupal\commerce_file\DownloadLogger
6 string references to commerce_file.download_logger
DownloadLimit::create in src/Plugin/views/field/DownloadLimit.php
Creates an instance of the plugin.
DownloadLoggerTest::setUp in tests/src/Kernel/DownloadLoggerTest.php
File::create in src/Plugin/Commerce/LicenseType/File.php
Creates an instance of the plugin.
FileAccessTest::testFileAccess in tests/src/Kernel/FileAccessTest.php
Tests the file access.
FileDownloadController::create in src/Controller/FileDownloadController.php
Instantiates a new instance of this class.

... See full list

File

./commerce_file.services.yml
commerce_file.services.yml

View source
  1. class: Drupal\commerce_file\DownloadLogger
  2. arguments:
  3. - '@database'
  4. - '@request_stack'
  5. - '@datetime.time'