Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
ParagraphsDemoUserText class Drupal\paragraphs_demo\Plugin\paragraphs\Conversion paragraphs/modules/paragraphs_demo/src/Plugin/paragraphs/Conversion/ParagraphsDemoUserText.php Provides a Paragraphs conversion plugin.
ParagraphsDemoUserToTextUser class Drupal\paragraphs_demo\Plugin\paragraphs\Conversion paragraphs/modules/paragraphs_demo/src/Plugin/paragraphs/Conversion/ParagraphsDemoUserToTextUser.php Provides a Paragraphs conversion plugin.
ParagraphsDemoTest class Drupal\Tests\paragraphs_demo\Functional paragraphs/modules/paragraphs_demo/tests/src/Functional/ParagraphsDemoTest.php Tests the demo module for Paragraphs.
LibraryItemController class Drupal\paragraphs_library\Controller paragraphs/modules/paragraphs_library/src/Controller/LibraryItemController.php
LibraryItem class Drupal\paragraphs_library\Entity paragraphs/modules/paragraphs_library/src/Entity/LibraryItem.php Defines the LibraryItem entity. 5
LibraryItemForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemForm.php Form controller for paragraph type forms.
LibraryItemRevisionDeleteForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemRevisionDeleteForm.php 1
LibraryItemRevisionRevertForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemRevisionRevertForm.php 1
LibraryItemSettingsForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemSettingsForm.php Form for Paragraphs library item settings. 1
LibraryItemAccessControlHandler class Drupal\paragraphs_library paragraphs/modules/paragraphs_library/src/LibraryItemAccessControlHandler.php Access control handler for the paragraphs_library_item entity type.
LibraryItemInterface interface Drupal\paragraphs_library paragraphs/modules/paragraphs_library/src/LibraryItemInterface.php Provides an interface defining a paragraphs entity. 1 3
LibraryItemViewsData class Drupal\paragraphs_library paragraphs/modules/paragraphs_library/src/LibraryItemViewsData.php Provides the views data for the paragraphs library item entity type.
LibraryItemSummaryFormatter class Drupal\paragraphs_library\Plugin\Field\FieldFormatter paragraphs/modules/paragraphs_library/src/Plugin/Field/FieldFormatter/LibraryItemSummaryFormatter.php Plugin implementation of the 'paragraph_summary' formatter.
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.
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.
LibraryItemRouteProvider class Drupal\paragraphs_library\Routing paragraphs/modules/paragraphs_library/src/Routing/LibraryItemRouteProvider.php Contains routes for library item functionality.
MultilingualBehaviorTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/MultilingualBehaviorTest.php Tests paragraphs library multilingual functionality.
ParagraphsLibraryItemTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTest.php Tests the functionality of the Paragraphs Library.
ParagraphsLibraryItemTranslationTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTranslationTest.php Tests the multilingual functionality of the Paragraphs Library.
ParagraphsLibraryTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryTest.php Tests paragraphs library functionality.
ParagraphsContentModerationTest class Drupal\Tests\paragraphs_library\FunctionalJavascript paragraphs/modules/paragraphs_library/tests/src/FunctionalJavascript/ParagraphsContentModerationTest.php Tests Paragraphs, Paragraphs Library and Content Moderation integration.
ParagraphsLibraryItemEntityBrowserTest class Drupal\Tests\paragraphs_library\FunctionalJavascript paragraphs/modules/paragraphs_library/tests/src/FunctionalJavascript/ParagraphsLibraryItemEntityBrowserTest.php Tests entity browser integration with paragraphs.
ParagraphsTypePermissions class Drupal\paragraphs_type_permissions paragraphs/modules/paragraphs_type_permissions/src/ParagraphsTypePermissions.php Defines a class containing permission callbacks.
ParagraphsTypePermissionsTest class Drupal\Tests\paragraphs_type_permissions\Functional paragraphs/modules/paragraphs_type_permissions/tests/src/Functional/ParagraphsTypePermissionsTest.php Tests the paragraphs type permissions.
ParagraphsBehavior class Drupal\paragraphs\Annotation paragraphs/src/Annotation/ParagraphsBehavior.php Defines a ParagraphsBehavior annotation object.
ParagraphsConversion class Drupal\paragraphs\Annotation paragraphs/src/Annotation/ParagraphsConversion.php Defines a ParagraphsConversion annotation object.
ParagraphsTypeListBuilder class Drupal\paragraphs\Controller paragraphs/src/Controller/ParagraphsTypeListBuilder.php Provides a listing of ParagraphsType.
ParagraphOperations class Drupal\paragraphs\Element paragraphs/src/Element/ParagraphOperations.php Plugin annotation @RenderElement("paragraph_operations");
ParagraphsActions class Drupal\paragraphs\Element paragraphs/src/Element/ParagraphsActions.php Provides a render element for a paragraphs actions.
Paragraph class Drupal\paragraphs\Entity paragraphs/src/Entity/Paragraph.php Defines the Paragraph entity. 34
ParagraphsType class Drupal\paragraphs\Entity paragraphs/src/Entity/ParagraphsType.php Defines the ParagraphsType entity. 27
ReplicateFieldSubscriber class Drupal\paragraphs\EventSubscriber paragraphs/src/EventSubscriber/ReplicateFieldSubscriber.php Event subscriber that handles cloning through the Replicate module.
Paragraphs class Drupal\paragraphs\Feeds\Target paragraphs/src/Feeds/Target/Paragraphs.php Feeds target plugin for Paragraphs fields.
ParagraphsSettingsForm class Drupal\paragraphs\Form paragraphs/src/Form/ParagraphsSettingsForm.php Form for Paragraphs settings. 1
ParagraphsTypeDeleteConfirm class Drupal\paragraphs\Form paragraphs/src/Form/ParagraphsTypeDeleteConfirm.php Provides a form for Paragraphs type deletion.
ParagraphsTypeForm class Drupal\paragraphs\Form paragraphs/src/Form/ParagraphsTypeForm.php Form controller for paragraph type forms.
MigrationPluginsAlterer final class Drupal\paragraphs paragraphs/src/MigrationPluginsAlterer.php Class MigrationPluginsAlterer. 2
ParagraphAccessControlHandler class Drupal\paragraphs paragraphs/src/ParagraphAccessControlHandler.php Access controller for the paragraphs entity.
ParagraphInterface interface Drupal\paragraphs paragraphs/src/ParagraphInterface.php Provides an interface defining a paragraphs entity. 1 24
ParagraphsBehaviorBase abstract class Drupal\paragraphs paragraphs/src/ParagraphsBehaviorBase.php 12 12
ParagraphsBehaviorCollection class Drupal\paragraphs paragraphs/src/ParagraphsBehaviorCollection.php A collection of paragraphs behavior plugins. 1
ParagraphsBehaviorInterface interface Drupal\paragraphs paragraphs/src/ParagraphsBehaviorInterface.php Provides an interface defining a paragraph behavior. 1
ParagraphsBehaviorManager class Drupal\paragraphs paragraphs/src/ParagraphsBehaviorManager.php Plugin type manager for paragraphs type behavior plugins. 1 2
ParagraphsConversionBase abstract class Drupal\paragraphs paragraphs/src/ParagraphsConversionBase.php Provides a base class for paragraphs conversions. 3 3
ParagraphsConversionInterface interface Drupal\paragraphs paragraphs/src/ParagraphsConversionInterface.php Provides an interface defining a paragraph behavior. 1
ParagraphsConversionManager class Drupal\paragraphs paragraphs/src/ParagraphsConversionManager.php Plugin type manager for paragraphs type conversion plugins. 2
ParagraphsServiceProvider class Drupal\paragraphs paragraphs/src/ParagraphsServiceProvider.php Service Provider for Paragraphs.
ParagraphStorageSchema class Drupal\paragraphs paragraphs/src/ParagraphStorageSchema.php Extends the paragraphs schema handler. 1
ParagraphsTypeAccessControlHandler class Drupal\paragraphs paragraphs/src/ParagraphsTypeAccessControlHandler.php Defines the access control handler for the Paragraphs type entity type.
ParagraphsTypeIconUuidLookup class Drupal\paragraphs paragraphs/src/ParagraphsTypeIconUuidLookup.php A cache collector that caches IDs for the paragraphs_type entity icon UUIDs. 2

Pages

Other projects