Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statements Stringssort ascending
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
ParagraphsBehaviorManager class Drupal\paragraphs paragraphs/src/ParagraphsBehaviorManager.php Plugin type manager for paragraphs type behavior plugins. 1 2
ParagraphsCollectionStyleConfigCacheTag class Drupal\paragraphs_collection\EventSubscriber paragraphs_collection/src/EventSubscriber/ParagraphsCollectionStyleConfigCacheTag.php Invalidates the 'rendered' cache tag when saving paragraphs_collection.settings. 2
ParagraphsTypeIconUuidLookup class Drupal\paragraphs paragraphs/src/ParagraphsTypeIconUuidLookup.php A cache collector that caches IDs for the paragraphs_type entity icon UUIDs. 2
D7FieldCollectionItemDeriver class Drupal\paragraphs\Plugin\migrate paragraphs/src/Plugin/migrate/D7FieldCollectionItemDeriver.php Deriver for field collections. 2
D7ParagraphsItemDeriver class Drupal\paragraphs\Plugin\migrate paragraphs/src/Plugin/migrate/D7ParagraphsItemDeriver.php Deriver for Paragraph Items. 2
ParagraphsConversionManager class Drupal\paragraphs paragraphs/src/ParagraphsConversionManager.php Plugin type manager for paragraphs type conversion plugins. 2
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
ParagraphsSettingsForm class Drupal\paragraphs\Form paragraphs/src/Form/ParagraphsSettingsForm.php Form for Paragraphs settings. 1
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
ParagraphsBehaviorBase abstract class Drupal\paragraphs paragraphs/src/ParagraphsBehaviorBase.php 12 12
ParagraphStorageSchema class Drupal\paragraphs paragraphs/src/ParagraphStorageSchema.php Extends the paragraphs schema handler. 1
ParagraphsBehaviorCollection class Drupal\paragraphs paragraphs/src/ParagraphsBehaviorCollection.php A collection of paragraphs behavior plugins. 1
ParagraphAccessControlHandler class Drupal\paragraphs paragraphs/src/ParagraphAccessControlHandler.php Access controller for the paragraphs entity.
ParagraphViewBuilder class Drupal\paragraphs paragraphs/src/ParagraphViewBuilder.php Render controller for paragraphs.
ParagraphsServiceProvider class Drupal\paragraphs paragraphs/src/ParagraphsServiceProvider.php Service Provider for Paragraphs.
ParagraphsTypeListBuilder class Drupal\paragraphs\Controller paragraphs/src/Controller/ParagraphsTypeListBuilder.php Provides a listing of ParagraphsType.
ParagraphsBehavior class Drupal\paragraphs\Annotation paragraphs/src/Annotation/ParagraphsBehavior.php Defines a ParagraphsBehavior annotation object.
ReplicateFieldSubscriber class Drupal\paragraphs\EventSubscriber paragraphs/src/EventSubscriber/ReplicateFieldSubscriber.php Event subscriber that handles cloning through the Replicate module.
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
ParagraphsTypeForm class Drupal\paragraphs\Form paragraphs/src/Form/ParagraphsTypeForm.php Form controller for paragraph type forms.
ParagraphsTypeDeleteConfirm class Drupal\paragraphs\Form paragraphs/src/Form/ParagraphsTypeDeleteConfirm.php Provides a form for Paragraphs type deletion.
ParagraphsTypePermissions class Drupal\paragraphs_type_permissions paragraphs/modules/paragraphs_type_permissions/src/ParagraphsTypePermissions.php Defines a class containing permission callbacks.
ParagraphsTypeHasEnabledBehaviorPluginTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php Tests the ParagraphsType entity hasEnabledBehaviorPlugin functionality.
ParagraphsReplicateTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsReplicateTest.php Tests the replication functionality provided by Replicate module.
ParagraphsBehaviorPluginsTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsBehaviorPluginsTest.php Tests the behavior plugins API.
ParagraphsCompositeRelationshipTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsCompositeRelationshipTest.php Tests the ERR composite relationship upgrade path.
ParagraphSelection class Drupal\paragraphs\Plugin\EntityReferenceSelection paragraphs/src/Plugin/EntityReferenceSelection/ParagraphSelection.php Default plugin implementation of the Entity Reference Selection plugin. 3
Paragraphs class Drupal\paragraphs\Feeds\Target paragraphs/src/Feeds/Target/Paragraphs.php Feeds target plugin for Paragraphs fields.
InlineParagraphsWidget class Drupal\paragraphs\Plugin\Field\FieldWidget paragraphs/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php Plugin implementation of the 'entity_reference paragraphs' widget.
ParagraphsWidget class Drupal\paragraphs\Plugin\Field\FieldWidget paragraphs/src/Plugin/Field/FieldWidget/ParagraphsWidget.php Plugin implementation of the 'entity_reference_revisions paragraphs' widget. 2
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.
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.
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.
ParagraphsSummaryFormatter class Drupal\paragraphs\Plugin\Field\FieldFormatter paragraphs/src/Plugin/Field/FieldFormatter/ParagraphsSummaryFormatter.php Plugin implementation of the 'paragraph_summary' formatter. 1 1
OverviewController class Drupal\paragraphs_collection\Controller paragraphs_collection/src/Controller/OverviewController.php The controller for overviews of Paragraphs Collection's discoverable items.
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.
ParagraphOperations class Drupal\paragraphs\Element paragraphs/src/Element/ParagraphOperations.php Plugin annotation @RenderElement("paragraph_operations");

Pages

Other projects