You are here

Classes, traits, and interfaces in Paragraphs 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
D7FieldCollectionItemDeriver class Drupal\paragraphs\Plugin\migrate src/Plugin/migrate/D7FieldCollectionItemDeriver.php Deriver for field collections. 2
D7ParagraphsItemDeriver class Drupal\paragraphs\Plugin\migrate src/Plugin/migrate/D7ParagraphsItemDeriver.php Deriver for Paragraph Items. 2
DrupalSqlBase abstract class Drupal\paragraphs\Plugin\migrate\source src/Plugin/migrate/source/DrupalSqlBase.php Base Class for Paragraphs DrupalSqlBase migrate source plugins. 2 2
FieldableEntity abstract class Drupal\paragraphs\Plugin\migrate\source\d7 src/Plugin/migrate/source/d7/FieldableEntity.php Base Class for Paragraphs FieldableEntity migrate source plugins. 2
FieldCollection class Drupal\paragraphs\Plugin\migrate\field src/Plugin/migrate/field/FieldCollection.php Field Plugin for field collection migrations. 4
FieldCollectionFieldInstanceSettings class Drupal\paragraphs\Plugin\migrate\process src/Plugin/migrate/process/FieldCollectionFieldInstanceSettings.php Configure field instance settings for field collections. 1
FieldCollectionFieldSettings class Drupal\paragraphs\Plugin\migrate\process src/Plugin/migrate/process/FieldCollectionFieldSettings.php Configure field instance settings for paragraphs. 1
FieldCollectionFieldSettingsTest class Drupal\Tests\paragraphs\Unit\migrate tests/src/Unit/migrate/FieldCollectionFieldSettingsTest.php Test the FieldCollectionFieldSettings Process Plugin.
FieldCollectionItem class Drupal\paragraphs\Plugin\migrate\source\d7 src/Plugin/migrate/source/d7/FieldCollectionItem.php Field Collection Item source plugin. 1
FieldCollectionItemRevision class Drupal\paragraphs\Plugin\migrate\source\d7 src/Plugin/migrate/source/d7/FieldCollectionItemRevision.php Field Collection Item Revision source plugin.
FieldCollectionItemRevisionSourceTest class Drupal\Tests\paragraphs\Kernel\migrate tests/src/Kernel/migrate/FieldCollectionItemRevisionSourceTest.php Test the field_collection_item_revision source plugin.
FieldCollectionItemSourceTest class Drupal\Tests\paragraphs\Kernel\migrate tests/src/Kernel/migrate/FieldCollectionItemSourceTest.php Test the field_collection_item source plugin.
FieldCollectionsFieldInstanceSettingsTest class Drupal\Tests\paragraphs\Unit\migrate tests/src/Unit/migrate/FieldCollectionsFieldInstanceSettingsTest.php Test the ParagraphFieldInstanceSettings Process Plugin.
FieldCollectionSourceData trait Drupal\Tests\paragraphs\Traits tests/src/Traits/FieldCollectionSourceData.php Provide data to the field collection source plugin tests. 3
FieldCollectionType class Drupal\paragraphs\Plugin\migrate\source\d7 src/Plugin/migrate/source/d7/FieldCollectionType.php Field Collection Type source plugin.
FieldCollectionTypeSourceTest class Drupal\Tests\paragraphs\Kernel\migrate tests/src/Kernel/migrate/FieldCollectionTypeSourceTest.php Test the field_collection_type source plugin.
InlineParagraphsWidget class Drupal\paragraphs\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php Plugin implementation of the 'entity_reference paragraphs' widget.
LibraryItem class Drupal\paragraphs_library\Entity modules/paragraphs_library/src/Entity/LibraryItem.php Defines the LibraryItem entity. 4
LibraryItemAccessControlHandler class Drupal\paragraphs_library modules/paragraphs_library/src/LibraryItemAccessControlHandler.php Access control handler for the paragraphs_library_item entity type.
LibraryItemController class Drupal\paragraphs_library\Controller modules/paragraphs_library/src/Controller/LibraryItemController.php
LibraryItemForm class Drupal\paragraphs_library\Form modules/paragraphs_library/src/Form/LibraryItemForm.php Form controller for paragraph type forms.
LibraryItemInterface interface Drupal\paragraphs_library modules/paragraphs_library/src/LibraryItemInterface.php Provides an interface defining a paragraphs entity. 1 3
LibraryItemRevisionDeleteForm class Drupal\paragraphs_library\Form modules/paragraphs_library/src/Form/LibraryItemRevisionDeleteForm.php 1
LibraryItemRevisionRevertForm class Drupal\paragraphs_library\Form modules/paragraphs_library/src/Form/LibraryItemRevisionRevertForm.php 1
LibraryItemRouteProvider class Drupal\paragraphs_library\Routing modules/paragraphs_library/src/Routing/LibraryItemRouteProvider.php Contains routes for library item functionality.
LibraryItemSettingsForm class Drupal\paragraphs_library\Form modules/paragraphs_library/src/Form/LibraryItemSettingsForm.php Form for Paragraphs library item settings. 1
LibraryItemSummaryFormatter class Drupal\paragraphs_library\Plugin\Field\FieldFormatter modules/paragraphs_library/src/Plugin/Field/FieldFormatter/LibraryItemSummaryFormatter.php Plugin implementation of the 'paragraph_summary' formatter.
LibraryItemViewsData class Drupal\paragraphs_library modules/paragraphs_library/src/LibraryItemViewsData.php Provides the views data for the paragraphs library item entity type.
LoginAdminTrait trait Drupal\Tests\paragraphs\FunctionalJavascript tests/src/FunctionalJavascript/LoginAdminTrait.php Test trait for logging admin in JS tests. 1
MigrateUiParagraphsTest class Drupal\Tests\paragraphs\Functional\Migrate tests/src/Functional/Migrate/MigrateUiParagraphsTest.php Tests the migration of paragraph entities.
MigrateUiParagraphsTestBase abstract class Drupal\Tests\paragraphs\Functional\Migrate tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php Provides a base class for testing Paragraphs migration via the UI. 1
MigrationPluginsAlterer final class Drupal\paragraphs src/MigrationPluginsAlterer.php Class MigrationPluginsAlterer. 2 2
MigrationPluginsAltererTest class Drupal\Tests\paragraphs\Unit\migrate tests/src/Unit/migrate/MigrationPluginsAltererTest.php Tests the MigrationPluginsAlterer service.
MultilingualBehaviorTest class Drupal\Tests\paragraphs_library\Functional modules/paragraphs_library/tests/src/Functional/MultilingualBehaviorTest.php Tests paragraphs library multilingual functionality.
Paragraph class Drupal\paragraphs\Entity src/Entity/Paragraph.php Defines the Paragraph entity. 22
ParagraphAccessControlHandler class Drupal\paragraphs src/ParagraphAccessControlHandler.php Access controller for the paragraphs entity.
ParagraphContentMigrationTest class Drupal\Tests\paragraphs\Kernel\migrate tests/src/Kernel/migrate/ParagraphContentMigrationTest.php Test 'classic' Paragraph content migration.
ParagraphInterface interface Drupal\paragraphs src/ParagraphInterface.php Provides an interface defining a paragraphs entity. 1 13
ParagraphOperations class Drupal\paragraphs\Element src/Element/ParagraphOperations.php Plugin annotation @RenderElement("paragraph_operations");
Paragraphs class Drupal\paragraphs\Plugin\migrate\field src/Plugin/migrate/field/Paragraphs.php Field Plugin for paragraphs migrations.
Paragraphs class Drupal\paragraphs\Feeds\Target src/Feeds/Target/Paragraphs.php Feeds target plugin for Paragraphs fields.
ParagraphsAccessTest class Drupal\Tests\paragraphs\Functional\WidgetLegacy tests/src/Functional/WidgetLegacy/ParagraphsAccessTest.php Tests the access check of paragraphs.
ParagraphsAccessTest class Drupal\Tests\paragraphs\Kernel tests/src/Kernel/ParagraphsAccessTest.php @coversDefaultClass \Drupal\paragraphs\ParagraphAccessControlHandler @group paragraphs
ParagraphsAccessTest class Drupal\Tests\paragraphs\Functional\WidgetStable tests/src/Functional/WidgetStable/ParagraphsAccessTest.php Tests the access check of paragraphs.
ParagraphsActions class Drupal\paragraphs\Element src/Element/ParagraphsActions.php Provides a render element for a paragraphs actions.
ParagraphsAddModesTest class Drupal\Tests\paragraphs\Functional\WidgetLegacy tests/src/Functional/WidgetLegacy/ParagraphsAddModesTest.php Tests paragraphs add modes.
ParagraphsAddModesTest class Drupal\Tests\paragraphs\Functional\WidgetStable tests/src/Functional/WidgetStable/ParagraphsAddModesTest.php Tests paragraphs add modes.
ParagraphsAddWidgetTest class Drupal\Tests\paragraphs\FunctionalJavascript tests/src/FunctionalJavascript/ParagraphsAddWidgetTest.php Test paragraphs user interface.
ParagraphsAdministrationTest class Drupal\Tests\paragraphs\Functional\WidgetStable tests/src/Functional/WidgetStable/ParagraphsAdministrationTest.php Tests the configuration of paragraphs.
ParagraphsAdministrationTest class Drupal\Tests\paragraphs\Functional\WidgetLegacy tests/src/Functional/WidgetLegacy/ParagraphsAdministrationTest.php Tests the configuration of paragraphs.

Pages

Other projects