You are here

public function ParagraphsTypeInterface::getBehaviorPlugins in Paragraphs 8

Returns the ordered collection of feature plugin instances.

Return value

\Drupal\paragraphs\ParagraphsBehaviorCollection The behavior plugins collection.

1 method overrides ParagraphsTypeInterface::getBehaviorPlugins()
ParagraphsType::getBehaviorPlugins in src/Entity/ParagraphsType.php
Returns the ordered collection of feature plugin instances.

File

src/ParagraphsTypeInterface.php, line 25

Class

ParagraphsTypeInterface
Provides an interface defining a ParagraphsType entity.

Namespace

Drupal\paragraphs

Code

public function getBehaviorPlugins();