You are here

service photos.upload in Album Photos 8.5

Same name and namespace in other branches
  1. 6.0.x 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. - '@entity_type.manager'
  5. - '@file_system'
  6. - '@messenger'
  7. - '@module_handler'
  8. - '@stream_wrapper_manager'
  9. - '@transliteration'