Retrieves all the enabled plugins.
\Drupal\paragraphs\ParagraphsBehaviorInterface[] Array of the enabled plugins as instances.
Overrides ParagraphsTypeInterface::getEnabledBehaviorPlugins
public function getEnabledBehaviorPlugins() {
return $this
->getBehaviorPlugins()
->getEnabled();
}