You are here

service plugin.manager.paragraphs.behavior in Paragraphs 8

Class

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

File

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

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