Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort descending Strings
FieldCollectionItemSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/FieldCollectionItemSourceTest.php Test the field_collection_item source plugin.
ParagraphsItemRevisionSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsItemRevisionSourceTest.php Test the paragraphs_item_revision source plugin.
FieldCollectionItemRevisionSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/FieldCollectionItemRevisionSourceTest.php Test the field_collection_item_revision source plugin.
ParagraphsTypeSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsTypeSourceTest.php Test the paragraphs_type source plugin.
FieldCollectionTypeSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/FieldCollectionTypeSourceTest.php Test the field_collection_type source plugin.
ParagraphsItemSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsItemSourceTest.php Test the paragraphs_item source plugin.
FieldableEntity abstract class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/FieldableEntity.php Base Class for Paragraphs FieldableEntity migrate source plugins. 2
ParagraphsItem class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/ParagraphsItem.php Paragraphs Item source plugin. 1
FieldCollectionItemRevision class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/FieldCollectionItemRevision.php Field Collection Item Revision source plugin.
ParagraphsItemRevision class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/ParagraphsItemRevision.php Paragraphs Item Revision source plugin.
ParagraphsType class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/ParagraphsType.php Paragraphs Type source plugin. 1
FieldCollectionItem class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/FieldCollectionItem.php Field Collection Item source plugin. 1
FieldCollectionsFieldInstanceSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/FieldCollectionsFieldInstanceSettingsTest.php Test the ParagraphFieldInstanceSettings Process Plugin.
ParagraphsProcessOnValueTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ParagraphsProcessOnValueTest.php Test class for the paragraphs_process_on_value process plugin.
ProcessTestCase abstract class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ProcessTestCase.php Base class for paragraphs process plugin tests. 3
ParagraphsFieldSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ParagraphsFieldSettingsTest.php Test the ParagraphFieldSettings Process Plugin.
ParagraphsFieldInstanceSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ParagraphsFieldInstanceSettingsTest.php Test the ParagraphFieldInstanceSettings Process Plugin.
FieldCollectionFieldSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/FieldCollectionFieldSettingsTest.php Test the FieldCollectionFieldSettings Process Plugin.
ParagraphsTypeMigrationTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsTypeMigrationTest.php Test Migration of paragraph and field collection bundles.
ParagraphsMigrationTestBase abstract class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsMigrationTestBase.php Base class for the paragraph migrations tests. 3
ParagraphsFieldMigrationTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsFieldMigrationTest.php Test the migration of paragraphs and field collection fields.
ProcessPluginBase abstract class Drupal\paragraphs\Plugin\migrate\process paragraphs/src/Plugin/migrate/process/ProcessPluginBase.php Base class for Paragraphs process plugins. 3
Paragraphs class Drupal\paragraphs\Plugin\migrate\field paragraphs/src/Plugin/migrate/field/Paragraphs.php Field Plugin for paragraphs migrations.
ParagraphsContentModerationTest class Drupal\Tests\paragraphs_library\FunctionalJavascript paragraphs/modules/paragraphs_library/tests/src/FunctionalJavascript/ParagraphsContentModerationTest.php Tests Paragraphs, Paragraphs Library and Content Moderation integration.
ParagraphsSettingsForm class Drupal\paragraphs\Form paragraphs/src/Form/ParagraphsSettingsForm.php Form for Paragraphs settings. 1
ParagraphsCollectionStyleTest class Drupal\Tests\paragraphs_collection\FunctionalJavascript paragraphs_collection/tests/src/FunctionalJavascript/ParagraphsCollectionStyleTest.php Test paragraphs collection style behavior.
ParagraphsCollectionStyleTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsCollectionStyleTest.php Test paragraphs collection style behavior.
ParagraphsAccessTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsAccessTest.php @coversDefaultClass \Drupal\paragraphs\ParagraphAccessControlHandler @group paragraphs
Permissions class Drupal\paragraphs_collection paragraphs_collection/src/Permissions.php Defines a class containing permission callbacks.
ParagraphsTypeIconUuidLookup class Drupal\paragraphs paragraphs/src/ParagraphsTypeIconUuidLookup.php A cache collector that caches IDs for the paragraphs_type entity icon UUIDs. 2
ParagraphsTypeAccessControlHandler class Drupal\paragraphs paragraphs/src/ParagraphsTypeAccessControlHandler.php Defines the access control handler for the Paragraphs type entity type.
ParagraphsEntityMethodsTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsEntityMethodsTest.php Tests some methods from the Paragraph entity.
ParagraphsUninstallTest class Drupal\Tests\paragraphs\Functional paragraphs/tests/src/Functional/ParagraphsUninstallTest.php Tests that Paragraphs module can be uninstalled.
ParagraphsDemoTest class Drupal\Tests\paragraphs_demo\Functional paragraphs/modules/paragraphs_demo/tests/src/Functional/ParagraphsDemoTest.php Tests the demo module for Paragraphs.
MultilingualBehaviorTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/MultilingualBehaviorTest.php Tests paragraphs library multilingual functionality.
ParagraphsTypePermissionsTest class Drupal\Tests\paragraphs_type_permissions\Functional paragraphs/modules/paragraphs_type_permissions/tests/src/Functional/ParagraphsTypePermissionsTest.php Tests the paragraphs type permissions.
ParagraphsLibraryTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryTest.php Tests paragraphs library functionality.
ParagraphsStylePluginTest class Drupal\Tests\paragraphs_collection\FunctionalJavascript paragraphs_collection/tests/src/FunctionalJavascript/ParagraphsStylePluginTest.php Tests the style selection plugin.
ParagraphsCollectionOverviewTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsCollectionOverviewTest.php Tests the Paragraphs Collection overview pages.
ParagraphsGridLayoutPluginTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsGridLayoutPluginTest.php Tests the grid layout plugin.
ParagraphsTypesTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsTypesTest.php Tests the Paragraphs Collection paragraph types.
ParagraphsLockablePluginTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsLockablePluginTest.php Tests the lockable plugin.
ParagraphsLanguagePluginTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsLanguagePluginTest.php Tests the Language plugin.
ParagraphsCollectionConfigurationTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsCollectionConfigurationTest.php Tests configuration handling within Paragraphs Collection.
ParagraphsCollectionCacheTest class Drupal\Tests\paragraphs_collection\Functional paragraphs_collection/tests/src/Functional/ParagraphsCollectionCacheTest.php Tests the invalidation of caches in Paragraphs Collection.
ParagraphsSliderPluginTest class Drupal\Tests\paragraphs_collection_demo\Functional paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsSliderPluginTest.php Tests Slider plugin.
ParagraphsAnchorPluginTest class Drupal\Tests\paragraphs_collection_demo\Functional paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsAnchorPluginTest.php Tests the anchor plugin.
ParagraphsCollectionDemoTest class Drupal\Tests\paragraphs_collection_demo\Functional paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsCollectionDemoTest.php Test the demo for Paragraphs Collection.
ParagraphsAccordionPluginTest class Drupal\Tests\paragraphs_collection_demo\Functional paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsAccordionPluginTest.php Tests Accordion plugin.
ParagraphsBackgroundPluginTest class Drupal\Tests\paragraphs_collection_demo\Functional paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsBackgroundPluginTest.php Tests the background plugin.

Pages

Other projects