ParagraphsType::hasEnabledBehaviorPlugin |
function |
paragraphs/src/Entity/ParagraphsType.php |
Returns TRUE if $plugin_id is enabled on this ParagraphType Entity. |
ParagraphsTypeHasEnabledBehaviorPluginTest |
class |
paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php |
Tests the ParagraphsType entity hasEnabledBehaviorPlugin functionality. |
ParagraphsTypeHasEnabledBehaviorPluginTest.php |
file |
paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php |
|
ParagraphsTypeHasEnabledBehaviorPluginTest::setUp |
function |
paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php |
|
ParagraphsTypeInterface::hasEnabledBehaviorPlugin |
function |
paragraphs/src/ParagraphsTypeInterface.php |
Returns TRUE if $plugin_id is enabled on this ParagraphType Entity. |
ParagraphsTypeHasEnabledBehaviorPluginTest::$modules |
property |
paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php |
Modules to enable. |
ParagraphsTypeHasEnabledBehaviorPluginTest::$paragraphsType |
property |
paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php |
ParagraphsType entity build in setUp() |
ParagraphsTypeHasEnabledBehaviorPluginTest::testValidPluginIds |
function |
paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php |
Tests the behavior settings API. |
ParagraphsTypeHasEnabledBehaviorPluginTest::testInvalidPluginId |
function |
paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php |
Test that invalid plugin id's return false. |