You are here

service fb_instant_articles.transformer_factory in Facebook Instant Articles 3.x

Class

Drupal\fb_instant_articles\TransformerFactory
2 string references to fb_instant_articles.transformer_factory
SubtitleFormatter::create in src/Plugin/Field/FieldFormatter/SubtitleFormatter.php
Creates an instance of the plugin.
TransformerFormatter::create in src/Plugin/Field/FieldFormatter/TransformerFormatter.php
Creates an instance of the plugin.

File

./fb_instant_articles.services.yml
fb_instant_articles.services.yml

View source
  1. class: Drupal\fb_instant_articles\TransformerFactory
  2. arguments:
  3. - '@fb_instant_articles.transformer_rules_manager'
  4. - '@config.factory'
  5. - '@logger.channel.fbia'