You are here

service s3fs in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 s3fs.services.yml \s3fs

Class

Drupal\s3fs\S3fsService
15 string references to s3fs
ActionsForm::copyLocalSubmitForm in src/Form/ActionsForm.php
Submits the form.
ActionsForm::copyLocalValidateForm in src/Form/ActionsForm.php
Validates the form.
ActionsForm::refreshCacheSubmitForm in src/Form/ActionsForm.php
Validates in form submission.
ActionsForm::refreshCacheValidateForm in src/Form/ActionsForm.php
Refreshes in form validation.
d7_s3fs_config.yml in migrations/d7_s3fs_config.yml
migrations/d7_s3fs_config.yml

... See full list

File

./s3fs.services.yml
s3fs.services.yml

View source
  1. class: Drupal\s3fs\S3fsService
  2. arguments:
  3. - '@database'
  4. - '@config.factory'
  5. - '@datetime.time'
  6. - '@module_handler'