public function ParagraphsType::getPluginCollections

File

paragraphs/src/Entity/ParagraphsType.php, line 248

Class

ParagraphsType
Defines the ParagraphsType entity.

Namespace

Drupal\paragraphs\Entity

Code

public function getPluginCollections() {
  return [
    'behavior_plugins' => $this
      ->getBehaviorPlugins(),
  ];
}