public function ParagraphsTypeInterface::getBehaviorPlugins

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 paragraphs/src/Entity/ParagraphsType.php
Returns the ordered collection of feature plugin instances.

File

paragraphs/src/ParagraphsTypeInterface.php, line 25

Class

ParagraphsTypeInterface
Provides an interface defining a ParagraphsType entity.

Namespace

Drupal\paragraphs

Code

public function getBehaviorPlugins();