Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort descending Use statements Strings
LibraryItem class Drupal\paragraphs_library\Entity paragraphs/modules/paragraphs_library/src/Entity/LibraryItem.php Defines the LibraryItem entity. 5
LibraryItemSettingsForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemSettingsForm.php Form for Paragraphs library item settings. 1
LibraryItemRevisionRevertForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemRevisionRevertForm.php 1
LibraryItemRevisionDeleteForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemRevisionDeleteForm.php 1
LibraryItemForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemForm.php Form controller for paragraph type forms.
LibraryItemRouteProvider class Drupal\paragraphs_library\Routing paragraphs/modules/paragraphs_library/src/Routing/LibraryItemRouteProvider.php Contains routes for library item functionality.
ParagraphsLibraryItemTranslationTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTranslationTest.php Tests the multilingual functionality of the Paragraphs Library.
ParagraphsLibraryItemTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTest.php Tests the functionality of the Paragraphs Library.
ParagraphsLibraryItemEntityBrowserTest class Drupal\Tests\paragraphs_library\FunctionalJavascript paragraphs/modules/paragraphs_library/tests/src/FunctionalJavascript/ParagraphsLibraryItemEntityBrowserTest.php Tests entity browser integration with paragraphs.
ParagraphsLibraryItemHasAllowedParagraphsTypeConstraintValidator class Drupal\paragraphs_library\Plugin\Validation\Constraint paragraphs/modules/paragraphs_library/src/Plugin/Validation/Constraint/ParagraphsLibraryItemHasAllowedParagraphsTypeConstraintValidator.php Validates that the library does not bypass Paragraphs type restrictions.
ParagraphsLibraryItemHasAllowedParagraphsTypeConstraint class Drupal\paragraphs_library\Plugin\Validation\Constraint paragraphs/modules/paragraphs_library/src/Plugin/Validation/Constraint/ParagraphsLibraryItemHasAllowedParagraphsTypeConstraint.php Checks that the library does not bypass Paragraphs type restrictions.
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.
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.
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.
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.
ParagraphsFieldMigrationTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsFieldMigrationTest.php Test the migration of paragraphs and field collection fields.
FieldCollectionFieldSettings class Drupal\paragraphs\Plugin\migrate\process paragraphs/src/Plugin/migrate/process/FieldCollectionFieldSettings.php Configure field instance settings for paragraphs. 1
ParagraphsFieldSettings class Drupal\paragraphs\Plugin\migrate\process paragraphs/src/Plugin/migrate/process/ParagraphsFieldSettings.php Configure field instance settings for paragraphs. 1
FieldCollectionFieldInstanceSettings class Drupal\paragraphs\Plugin\migrate\process paragraphs/src/Plugin/migrate/process/FieldCollectionFieldInstanceSettings.php Configure field instance settings for field collections. 1
ParagraphsProcessOnValue class Drupal\paragraphs\Plugin\migrate\process paragraphs/src/Plugin/migrate/process/ParagraphsProcessOnValue.php Runs a migration process on a value if a condition is met. 1
ParagraphsFieldInstanceSettings class Drupal\paragraphs\Plugin\migrate\process paragraphs/src/Plugin/migrate/process/ParagraphsFieldInstanceSettings.php Configure field instance settings for paragraphs. 1
Paragraphs class Drupal\paragraphs\Plugin\migrate\field paragraphs/src/Plugin/migrate/field/Paragraphs.php Field Plugin for paragraphs migrations.
FieldCollection class Drupal\paragraphs\Plugin\migrate\field paragraphs/src/Plugin/migrate/field/FieldCollection.php Field Plugin for field collection migrations. 5
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.

Pages

Other projects