public function ParagraphsTypeInterface::getEnabledBehaviorPlugins in Paragraphs 8
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 src/
Entity/ ParagraphsType.php - Retrieves all the enabled plugins.
File
- src/
ParagraphsTypeInterface.php, line 44
Class
- ParagraphsTypeInterface
- Provides an interface defining a ParagraphsType entity.
Namespace
Drupal\paragraphsCode
public function getEnabledBehaviorPlugins();