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 Typesort ascending Namespace Location Description Direct uses Use statements Strings
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");
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
LibraryItem class Drupal\paragraphs_library\Entity paragraphs/modules/paragraphs_library/src/Entity/LibraryItem.php Defines the LibraryItem entity. 5
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
LibraryItemForm class Drupal\paragraphs_library\Form paragraphs/modules/paragraphs_library/src/Form/LibraryItemForm.php Form controller for paragraph type forms.
LibraryItemRouteProvider class Drupal\paragraphs_library\Routing paragraphs/modules/paragraphs_library/src/Routing/LibraryItemRouteProvider.php Contains routes for library item functionality.
ParagraphsLibraryItemTranslationTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTranslationTest.php Tests the multilingual functionality of the Paragraphs Library.
ParagraphsLibraryItemTest class Drupal\Tests\paragraphs_library\Functional paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTest.php Tests the functionality of the Paragraphs Library.
ParagraphsLibraryItemEntityBrowserTest class Drupal\Tests\paragraphs_library\FunctionalJavascript paragraphs/modules/paragraphs_library/tests/src/FunctionalJavascript/ParagraphsLibraryItemEntityBrowserTest.php Tests entity browser integration with paragraphs.
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.
FieldCollectionItemSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/FieldCollectionItemSourceTest.php Test the field_collection_item source plugin.
ParagraphsItemRevisionSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsItemRevisionSourceTest.php Test the paragraphs_item_revision source plugin.
FieldCollectionItemRevisionSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/FieldCollectionItemRevisionSourceTest.php Test the field_collection_item_revision source plugin.
ParagraphsTypeSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsTypeSourceTest.php Test the paragraphs_type source plugin.
FieldCollectionTypeSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/FieldCollectionTypeSourceTest.php Test the field_collection_type source plugin.
ParagraphsItemSourceTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsItemSourceTest.php Test the paragraphs_item source plugin.
DrupalSqlBase abstract class Drupal\paragraphs\Plugin\migrate\source paragraphs/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 paragraphs/src/Plugin/migrate/source/d7/FieldableEntity.php Base Class for Paragraphs FieldableEntity migrate source plugins. 2
ParagraphsItem class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/ParagraphsItem.php Paragraphs Item source plugin. 1
FieldCollectionItemRevision class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/FieldCollectionItemRevision.php Field Collection Item Revision source plugin.
ParagraphsItemRevision class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/ParagraphsItemRevision.php Paragraphs Item Revision source plugin.
ParagraphsType class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/ParagraphsType.php Paragraphs Type source plugin. 1
FieldCollectionItem class Drupal\paragraphs\Plugin\migrate\source\d7 paragraphs/src/Plugin/migrate/source/d7/FieldCollectionItem.php Field Collection Item source plugin. 1
FieldCollectionsFieldInstanceSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/FieldCollectionsFieldInstanceSettingsTest.php Test the ParagraphFieldInstanceSettings Process Plugin.
ParagraphsProcessOnValueTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ParagraphsProcessOnValueTest.php Test class for the paragraphs_process_on_value process plugin.
ProcessTestCase abstract class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ProcessTestCase.php Base class for paragraphs process plugin tests. 3
ParagraphsFieldSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ParagraphsFieldSettingsTest.php Test the ParagraphFieldSettings Process Plugin.
ParagraphsFieldInstanceSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/ParagraphsFieldInstanceSettingsTest.php Test the ParagraphFieldInstanceSettings Process Plugin.
FieldCollectionFieldSettingsTest class Drupal\Tests\paragraphs\Unit\migrate paragraphs/tests/src/Unit/migrate/FieldCollectionFieldSettingsTest.php Test the FieldCollectionFieldSettings Process Plugin.
ParagraphsTypeMigrationTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsTypeMigrationTest.php Test Migration of paragraph and field collection bundles.
ParagraphsMigrationTestBase abstract class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsMigrationTestBase.php Base class for the paragraph migrations tests. 3
ParagraphsFieldMigrationTest class Drupal\Tests\paragraphs\Kernel\migrate paragraphs/tests/src/Kernel/migrate/ParagraphsFieldMigrationTest.php Test the migration of paragraphs and field collection fields.
FieldCollectionFieldSettings class Drupal\paragraphs\Plugin\migrate\process paragraphs/src/Plugin/migrate/process/FieldCollectionFieldSettings.php Configure field instance settings for paragraphs. 1

Pages

Other projects