Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort descending Location Description Direct uses Use statements Strings
FieldCollectionItem class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/FieldCollectionItem.php Field Collection Item source plugin. 1
ParagraphType Deprecated class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/ParagraphType.php Paragraphs Type source plugin.
FieldCollectionType class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/FieldCollectionType.php Field Collection Type source plugin.
GridLayoutDiscoveryInterface interface Drupal\paragraphs_collection paragraphs_collection/src/GridLayoutDiscoveryInterface.php Provides discovery for a YAML grid layout files in specific directories. 1 2
StyleDiscoveryInterface interface Drupal\paragraphs_collection paragraphs_collection/src/StyleDiscoveryInterface.php Provides discovery for a YAML style files in specific directories. 1 3
GridLayoutDiscovery class Drupal\paragraphs_collection paragraphs_collection/src/GridLayoutDiscovery.php Provides common helper methods for style discovery. 2
StyleDiscovery class Drupal\paragraphs_collection paragraphs_collection/src/StyleDiscovery.php Provides common helper methods for style discovery. @todo Create documentation for style discovery https://www.drupal.org/node/2837995 2
InvalidStyleException class Drupal\paragraphs_collection paragraphs_collection/src/InvalidStyleException.php Exception thrown when a style definition is invalid.
InvalidGridLayoutException class Drupal\paragraphs_collection paragraphs_collection/src/InvalidGridLayoutException.php Exception thrown when a grid layout definition is invalid.
Permissions class Drupal\paragraphs_collection paragraphs_collection/src/Permissions.php Defines a class containing permission callbacks.
OverviewController class Drupal\paragraphs_collection\Controller paragraphs_collection/src/Controller/OverviewController.php The controller for overviews of Paragraphs Collection's discoverable items.
ParagraphsCollectionStyleConfigCacheTag class Drupal\paragraphs_collection\EventSubscriber paragraphs_collection/src/EventSubscriber/ParagraphsCollectionStyleConfigCacheTag.php Invalidates the 'rendered' cache tag when saving paragraphs_collection.settings. 2
StylesOverviewForm class Drupal\paragraphs_collection\Form paragraphs_collection/src/Form/StylesOverviewForm.php Provides a form for revision overview page.
ParagraphsLockablePlugin class Drupal\paragraphs_collection\Plugin\paragraphs\Behavior paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsLockablePlugin.php Provides a Paragraphs Lockable plugin. 1
ParagraphsGridLayoutPlugin class Drupal\paragraphs_collection\Plugin\paragraphs\Behavior paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsGridLayoutPlugin.php Provides a way to define grid based layouts.
ParagraphsStylePlugin class Drupal\paragraphs_collection\Plugin\paragraphs\Behavior paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsStylePlugin.php Provides style selection plugin. 1
ParagraphsLanguagePlugin class Drupal\paragraphs_collection\Plugin\paragraphs\Behavior paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsLanguagePlugin.php Provides a way to hide specific paragraphs depending on the current language. 1
ParagraphsAnchorPlugin class Drupal\paragraphs_collection_demo\Plugin\paragraphs\Behavior paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsAnchorPlugin.php Provides a Paragraphs Anchor plugin.
ParagraphsAccordionPlugin class Drupal\paragraphs_collection_demo\Plugin\paragraphs\Behavior paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsAccordionPlugin.php Provides a way to define accordion effect.
ParagraphsBackgroundPlugin class Drupal\paragraphs_collection_demo\Plugin\paragraphs\Behavior paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsBackgroundPlugin.php Provides a background image feature plugin.
ParagraphsSliderPlugin class Drupal\paragraphs_collection_demo\Plugin\paragraphs\Behavior paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsSliderPlugin.php Provides Slider plugin.
ParagraphsDemoUserToTextUser class Drupal\paragraphs_demo\Plugin\paragraphs\Conversion paragraphs/modules/paragraphs_demo/src/Plugin/paragraphs/Conversion/ParagraphsDemoUserToTextUser.php Provides a Paragraphs conversion plugin.
ParagraphsDemoUserText class Drupal\paragraphs_demo\Plugin\paragraphs\Conversion paragraphs/modules/paragraphs_demo/src/Plugin/paragraphs/Conversion/ParagraphsDemoUserText.php Provides a Paragraphs conversion plugin.
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.
LibraryItemAccessControlHandler class Drupal\paragraphs_library paragraphs/modules/paragraphs_library/src/LibraryItemAccessControlHandler.php Access control handler for the paragraphs_library_item entity type.
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
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.
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
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.
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.
LibraryItemRouteProvider class Drupal\paragraphs_library\Routing paragraphs/modules/paragraphs_library/src/Routing/LibraryItemRouteProvider.php Contains routes for library item functionality.
TestEmbeddedEntityForm class Drupal\paragraphs_test\Form paragraphs/tests/modules/paragraphs_test/src/Form/TestEmbeddedEntityForm.php A class to build a form that embeds a content entity form. 1
TestDummyBehavior class Drupal\paragraphs_test\Plugin\paragraphs\Behavior paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestDummyBehavior.php Provides a test feature plugin.
TestFieldsSelectionBehavior class Drupal\paragraphs_test\Plugin\paragraphs\Behavior paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestFieldsSelectionBehavior.php Test plugin with field selection.
TestTextColorBehavior class Drupal\paragraphs_test\Plugin\paragraphs\Behavior paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestTextColorBehavior.php Provides a test feature plugin.
TestBoldTextBehavior class Drupal\paragraphs_test\Plugin\paragraphs\Behavior paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestBoldTextBehavior.php Provides a test feature plugin.
ParagraphsTestTextToTextImage class Drupal\paragraphs_test\Plugin\paragraphs\Conversion paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Conversion/ParagraphsTestTextToTextImage.php Provides a Paragraphs conversion plugin.
ParagraphsTypePermissions class Drupal\paragraphs_type_permissions paragraphs/modules/paragraphs_type_permissions/src/ParagraphsTypePermissions.php Defines a class containing permission callbacks.
ParagraphsWidgetButtonsTest class Drupal\Tests\paragraphs\Functional paragraphs/tests/src/Functional/ParagraphsWidgetButtonsTest.php Tests paragraphs stable widget buttons.
ParagraphsUiTest class Drupal\Tests\paragraphs\Functional paragraphs/tests/src/Functional/ParagraphsUiTest.php Tests the Paragraphs user interface.
ParagraphsBehaviorsTest class Drupal\Tests\paragraphs\Functional paragraphs/tests/src/Functional/ParagraphsBehaviorsTest.php Tests support for Paragraphs behavior plugins.
ParagraphsUninstallTest class Drupal\Tests\paragraphs\Functional paragraphs/tests/src/Functional/ParagraphsUninstallTest.php Tests that Paragraphs module can be uninstalled.
ParagraphsEntityReferenceWarningTest class Drupal\Tests\paragraphs\FunctionalJavascript paragraphs/tests/src/FunctionalJavascript/ParagraphsEntityReferenceWarningTest.php Tests paragraphs customization for entity reference fields.
LoginAdminTrait trait Drupal\Tests\paragraphs\FunctionalJavascript paragraphs/tests/src/FunctionalJavascript/LoginAdminTrait.php Test trait for logging admin in JS tests. 4
ParagraphsClientsideButtonsClaroTest class Drupal\Tests\paragraphs\FunctionalJavascript paragraphs/tests/src/FunctionalJavascript/ParagraphsClientsideButtonsClaroTest.php Test paragraphs user interface.

Pages

Other projects