You are here

service commerce_file.license_file_manager in Commerce File 8.2

Class

Drupal\commerce_file\LicenseFileManager
6 string references to commerce_file.license_file_manager
commerce_file_entity_presave in ./commerce_file.module
Implements hook_entity_presave().
commerce_file_file_access in ./commerce_file.module
Implements hook_ENTITY_TYPE_access() for files.
commerce_file_file_download in ./commerce_file.module
Implements hook_file_download().
DownloadLimit::create in src/Plugin/views/field/DownloadLimit.php
Creates an instance of the plugin.
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\LicenseFileManager
  2. arguments:
  3. - '@current_user'
  4. - '@config.factory'
  5. - '@entity_type.manager'
  6. - '@commerce_file.download_logger'