You are here

service textimage.factory in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 textimage.services.yml \textimage.factory

Class

Drupal\textimage\TextimageFactory
7 string references to textimage.factory
FlushAllForm::create in src/Form/FlushAllForm.php
Instantiates a new instance of this class.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.
Textimage::create in src/Textimage.php
Instantiates a new instance of this class.
TextimageDownloadController::create in src/Controller/TextimageDownloadController.php
Instantiates a new instance of this class.
TextimageImageFieldFormatter::create in src/Plugin/Field/FieldFormatter/TextimageImageFieldFormatter.php
Creates an instance of the plugin.

... See full list

File

./textimage.services.yml
textimage.services.yml

View source
  1. class: Drupal\textimage\TextimageFactory
  2. arguments:
  3. - '@config.factory'
  4. - '@token'
  5. - '@textimage.logger'
  6. - '@cache.textimage'
  7. - '@current_user'
  8. - '@stream_wrapper_manager'
  9. - '@entity_type.manager'