You are here

service photos.upload in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 photos.services.yml \photos.upload

Class

Drupal\photos\PhotosUpload
2 string references to photos.upload
PhotosImage::create in src/Plugin/migrate/destination/PhotosImage.php
Creates an instance of the plugin.
PhotosUploadForm::create in src/Form/PhotosUploadForm.php
Instantiates a new instance of this class.

File

./photos.services.yml
photos.services.yml

View source
  1. class: Drupal\photos\PhotosUpload
  2. arguments:
  3. - '@config.factory'
  4. - '@database'
  5. - '@current_user'
  6. - '@entity_field.manager'
  7. - '@entity_type.manager'
  8. - '@file_system'
  9. - '@file.usage'
  10. - '@image.factory'
  11. - '@messenger'
  12. - '@module_handler'
  13. - '@stream_wrapper_manager'
  14. - '@token'
  15. - '@transliteration'