public function ParagraphsTypeInterface::getEnabledBehaviorPlugins

Retrieves all the enabled plugins.

Return value

\Drupal\paragraphs\ParagraphsBehaviorInterface[] Array of the enabled plugins as instances.

1 method overrides ParagraphsTypeInterface::getEnabledBehaviorPlugins()
ParagraphsType::getEnabledBehaviorPlugins in paragraphs/src/Entity/ParagraphsType.php
Retrieves all the enabled plugins.

File

paragraphs/src/ParagraphsTypeInterface.php, line 44

Class

ParagraphsTypeInterface
Provides an interface defining a ParagraphsType entity.

Namespace

Drupal\paragraphs

Code

public function getEnabledBehaviorPlugins();