You are here

service textimage.logger in Textimage 8.4

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

Class

Drupal\textimage\TextimageLogger
2 string references to textimage.logger
Textimage::create in src/Textimage.php
Instantiates a new instance of this class.
TextimageTextFieldFormatter::create in src/Plugin/Field/FieldFormatter/TextimageTextFieldFormatter.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\textimage\TextimageLogger
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.channel.textimage'
  5. - '@current_user'