Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).

Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort descending Use statements Strings
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
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
ParagraphStorageSchema class Drupal\paragraphs paragraphs/src/ParagraphStorageSchema.php Extends the paragraphs schema handler. 1
ParagraphsBehaviorManager class Drupal\paragraphs paragraphs/src/ParagraphsBehaviorManager.php Plugin type manager for paragraphs type behavior plugins. 1 2
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.
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");
ParagraphsCollapsedSummaryTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsCollapsedSummaryTest.php Tests the collapsed summary options.
ParagraphsIsChangedTest class Drupal\Tests\paragraphs\Kernel paragraphs/tests/src/Kernel/ParagraphsIsChangedTest.php Tests \Drupal\Paragraphs\Entity\Paragraph::isChanged().
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
ParagraphsActions class Drupal\paragraphs\Element paragraphs/src/Element/ParagraphsActions.php Provides a render element for a paragraphs actions.
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.
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.
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

Pages

Other projects