Files

Primary tabs

File name Locationsort ascending Namespace Description
ParagraphsInlineEntityFormTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsInlineEntityFormTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsFieldGroupTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsFieldGroupTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsEntityTranslationWithNonTranslatableParagraphs.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsEntityTranslationWithNonTranslatableParagraphs.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsEditModesTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsEditModesTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsContactTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsContactTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsConfigTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsConfigTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsAdministrationTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsAdministrationTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsAddModesTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsAddModesTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsAccessTest.php paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsAccessTest.php Drupal\Tests\paragraphs\Functional\WidgetLegacy
ParagraphsWidgetButtonsTest.php paragraphs/tests/src/Functional/ParagraphsWidgetButtonsTest.php Drupal\Tests\paragraphs\Functional
ParagraphsUninstallTest.php paragraphs/tests/src/Functional/ParagraphsUninstallTest.php Drupal\Tests\paragraphs\Functional
ParagraphsUiTest.php paragraphs/tests/src/Functional/ParagraphsUiTest.php Drupal\Tests\paragraphs\Functional
ParagraphsBehaviorsTest.php paragraphs/tests/src/Functional/ParagraphsBehaviorsTest.php Drupal\Tests\paragraphs\Functional
MigrateUiParagraphsTestBase.php paragraphs/tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php Drupal\Tests\paragraphs\Functional\Migrate
MigrateUiParagraphsTest.php paragraphs/tests/src/Functional/Migrate/MigrateUiParagraphsTest.php Drupal\Tests\paragraphs\Functional\Migrate
ParagraphsTestTextToTextImage.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Conversion/ParagraphsTestTextToTextImage.php Drupal\paragraphs_test\Plugin\paragraphs\Conversion
TestTextColorBehavior.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestTextColorBehavior.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
TestDummyBehavior.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestDummyBehavior.php Drupal\paragraphs_test\Plugin\paragraphs\Behavior
TestBoldTextBehavior.php paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestBoldTextBehavior.php Drupal\paragraphs_test\Plugin\paragraphs\Behavior
TestEmbeddedEntityForm.php paragraphs/tests/modules/paragraphs_test/src/Form/TestEmbeddedEntityForm.php Drupal\paragraphs_test\Form
paragraphs_test.module paragraphs/tests/modules/paragraphs_test/paragraphs_test.module Test module for testing the paragraphs module.
paragraphs_test.libraries.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.libraries.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.libraries.yml
paragraphs_test.info.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.info.yml paragraphs/tests/modules/paragraphs_test/paragraphs_test.info.yml
color-text.css paragraphs/tests/modules/paragraphs_test/css/color-text.css .blue_plugin_text { color: blue; } .red_plugin_text { color: red; }
bold-text.css paragraphs/tests/modules/paragraphs_test/css/bold-text.css .bold_plugin_text { font-weight: 700; }
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
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…
ds9.txt paragraphs/tests/fixtures/sites/default/files/ds9.txt __ ___ ___ ,' ,' | | `. `. ,' ,' |===| `. `. / // |___| \\ \ /…
Babylon5.txt paragraphs/tests/fixtures/sites/default/files/Babylon5.txt ***
drupal7.php paragraphs/tests/fixtures/drupal7.php A database agnostic dump for testing purposes.
paragraphs-summary.html.twig paragraphs/templates/paragraphs-summary.html.twig Default theme implementation for a paragraphs summary.
paragraphs-info-icon.html.twig paragraphs/templates/paragraphs-info-icon.html.twig Default theme implementation for a paragraphs info icon.
paragraphs-dropbutton-wrapper.html.twig paragraphs/templates/paragraphs-dropbutton-wrapper.html.twig Default theme implementation for a paragraphs dropbutton wrapper.
paragraphs-add-dialog.html.twig paragraphs/templates/paragraphs-add-dialog.html.twig Default theme implementation of modal add paragraph dialog template.
paragraphs-actions.html.twig paragraphs/templates/paragraphs-actions.html.twig Default theme implementation for a paragraphs actions component.
paragraph.html.twig paragraphs/templates/paragraph.html.twig Default theme implementation to display a paragraph.
DrupalSqlBase.php paragraphs/src/Plugin/migrate/source/DrupalSqlBase.php Drupal\paragraphs\Plugin\migrate\source
ParagraphType.php paragraphs/src/Plugin/migrate/source/d7/ParagraphType.php Drupal\paragraphs\Plugin\migrate\source\d7
ParagraphsType.php paragraphs/src/Plugin/migrate/source/d7/ParagraphsType.php Drupal\paragraphs\Plugin\migrate\source\d7
ParagraphsItemRevision.php paragraphs/src/Plugin/migrate/source/d7/ParagraphsItemRevision.php Drupal\paragraphs\Plugin\migrate\source\d7
ParagraphsItem.php paragraphs/src/Plugin/migrate/source/d7/ParagraphsItem.php Drupal\paragraphs\Plugin\migrate\source\d7
FieldCollectionType.php paragraphs/src/Plugin/migrate/source/d7/FieldCollectionType.php Drupal\paragraphs\Plugin\migrate\source\d7
FieldCollectionItemRevision.php paragraphs/src/Plugin/migrate/source/d7/FieldCollectionItemRevision.php Drupal\paragraphs\Plugin\migrate\source\d7
FieldCollectionItem.php paragraphs/src/Plugin/migrate/source/d7/FieldCollectionItem.php Drupal\paragraphs\Plugin\migrate\source\d7
FieldableEntity.php paragraphs/src/Plugin/migrate/source/d7/FieldableEntity.php Drupal\paragraphs\Plugin\migrate\source\d7
ProcessPluginBase.php paragraphs/src/Plugin/migrate/process/ProcessPluginBase.php Drupal\paragraphs\Plugin\migrate\process
ParagraphsStripFieldPrefix.php paragraphs/src/Plugin/migrate/process/ParagraphsStripFieldPrefix.php Drupal\paragraphs\Plugin\migrate\process
ParagraphsProcessOnValue.php paragraphs/src/Plugin/migrate/process/ParagraphsProcessOnValue.php Drupal\paragraphs\Plugin\migrate\process
ParagraphsLookup.php paragraphs/src/Plugin/migrate/process/ParagraphsLookup.php Drupal\paragraphs\Plugin\migrate\process

Pages

Other projects