You are here

paragraphs.services.yml in Paragraphs 8

File

paragraphs.services.yml
View source
  1. services:
  2. plugin.manager.paragraphs.behavior:
  3. class: Drupal\paragraphs\ParagraphsBehaviorManager
  4. parent: default_plugin_manager
  5. arguments: ['@entity_type.manager', '@config.factory']
  6. paragraphs_type.uuid_lookup:
  7. class: \Drupal\paragraphs\ParagraphsTypeIconUuidLookup
  8. arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager']
  9. tags:
  10. - { name: needs_destruction }
  11. paragraphs.migration_plugins_alterer:
  12. class: Drupal\paragraphs\MigrationPluginsAlterer
  13. arguments:
  14. - '@logger.factory'