service plugin.manager.paragraphs.behavior

Class

Drupal\paragraphs\ParagraphsBehaviorManager
2 string references to plugin.manager.paragraphs.behavior
ParagraphsType::getBehaviorPlugins in paragraphs/src/Entity/ParagraphsType.php
Returns the ordered collection of feature plugin instances.
ParagraphsTypeForm::create in paragraphs/src/Form/ParagraphsTypeForm.php

File

paragraphs/paragraphs.services.yml
paragraphs/paragraphs.services.yml

View source
  1. class: Drupal\paragraphs\ParagraphsBehaviorManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@entity_type.manager'
  5. - '@config.factory'