Files

Primary tabs

File name Locationsort descending Namespace Description
README.txt paragraphs/tests/fixtures/update/README.txt Steps for creating the database dump: cd modules/paragraphs/ git checkout 8.x-1.1 cd ../../ git checkout 8.8.0 drush si -y standard --account-pass=admin drush en -y paragraphs_demo drush pm-uninstall -y search_api mkdir -p…
paragraphs_test.schema.yml paragraphs/tests/modules/paragraphs_test/config/schema/paragraphs_test.schema.yml paragraphs/tests/modules/paragraphs_test/config/schema/paragraphs_test.schema.yml
bold-text.css paragraphs/tests/modules/paragraphs_test/css/bold-text.css .bold_plugin_text { font-weight: 700; }
color-text.css paragraphs/tests/modules/paragraphs_test/css/color-text.css .blue_plugin_text { color: blue; } .red_plugin_text { color: red; }
paragraphs_test.info.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.info.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.info.yml
paragraphs_test.libraries.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.libraries.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.libraries.yml
paragraphs_test.module paragraphs/tests/modules/paragraphs_test/paragraphs_test.module Test module for testing the paragraphs module.
TestEmbeddedEntityForm.php paragraphs/tests/modules/paragraphs_test/src/Form/TestEmbeddedEntityForm.php Drupal\paragraphs_test\Form
TestBoldTextBehavior.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestBoldTextBehavior.php Drupal\paragraphs_test\Plugin\paragraphs\Behavior
TestDummyBehavior.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestDummyBehavior.php Drupal\paragraphs_test\Plugin\paragraphs\Behavior
TestFieldsSelectionBehavior.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestFieldsSelectionBehavior.php Drupal\paragraphs_test\Plugin\paragraphs\Behavior
TestTextColorBehavior.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestTextColorBehavior.php Drupal\paragraphs_test\Plugin\paragraphs\Behavior
ParagraphsTestTextToTextImage.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Conversion/ParagraphsTestTextToTextImage.php Drupal\paragraphs_test\Plugin\paragraphs\Conversion
MigrateUiParagraphsTest.php paragraphs/tests/src/Functional/Migrate/MigrateUiParagraphsTest.php Drupal\Tests\paragraphs\Functional\Migrate
MigrateUiParagraphsTestBase.php paragraphs/tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php Drupal\Tests\paragraphs\Functional\Migrate
ParagraphsBehaviorsTest.php paragraphs/tests/src/Functional/ParagraphsBehaviorsTest.php Drupal\Tests\paragraphs\Functional
ParagraphsUiTest.php paragraphs/tests/src/Functional/ParagraphsUiTest.php Drupal\Tests\paragraphs\Functional
ParagraphsUninstallTest.php paragraphs/tests/src/Functional/ParagraphsUninstallTest.php Drupal\Tests\paragraphs\Functional
ParagraphsWidgetButtonsTest.php paragraphs/tests/src/Functional/ParagraphsWidgetButtonsTest.php Drupal\Tests\paragraphs\Functional
ParagraphsAccessTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsAccessTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsAddModesTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsAddModesTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsAdministrationTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsAdministrationTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsConfigTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsConfigTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsContactTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsContactTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsEditModesTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsEditModesTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsEntityTranslationWithNonTranslatableParagraphs.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsEntityTranslationWithNonTranslatableParagraphs.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsFieldGroupTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsFieldGroupTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsInlineEntityFormTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsInlineEntityFormTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsLegacyContentModerationTranslationsTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsLegacyContentModerationTranslationsTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsPreviewTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsPreviewTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsSummaryFormatterTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsSummaryFormatterTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsTestBase.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsTestBase.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsTranslationTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsTranslationTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsTypesTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsTypesTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsUiTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsUiTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsWidgetButtonsTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsWidgetButtonsTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsAccessTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsAccessTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsAddModesTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsAddModesTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsAdministrationTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsAdministrationTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsAlterByTypeTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsAlterByTypeTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsBehaviorsTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsBehaviorsTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsConfigTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsConfigTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsContactTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsContactTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsContentModerationTranslationsTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsContentModerationTranslationsTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsDragAndDropModeTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsDragAndDropModeTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsDuplicateFeatureTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsDuplicateFeatureTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsEditModesTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsEditModesTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsEntityTranslationWithNonTranslatableParagraphs.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsEntityTranslationWithNonTranslatableParagraphs.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsFieldGroupTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsFieldGroupTest.php Drupal\Tests\paragraphs\Functional\WidgetStable
ParagraphsHeaderActionsTest.php paragraphs/tests/src/Functional/WidgetStable/ParagraphsHeaderActionsTest.php Drupal\Tests\paragraphs\Functional\WidgetStable

Pages

Other projects