You are here

Classes, traits, and interfaces in Thunder 6.2.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AccessUnpublishedTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/AccessUnpublishedTest.php Test for access unpublished integration.
AdminToolbarTest class Drupal\Tests\thunder\Functional\Integration tests/src/Functional/Integration/AdminToolbarTest.php Tests integration with the admin toolbar.
ArticleCreationTest class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/ArticleCreationTest.php Tests the article creation.
ArticleSchedulerIntegration class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/ArticleSchedulerIntegration.php Tests content moderation and scheduling..
AutoAspectEffect class Drupal\thunder_media\Plugin\ImageEffect modules/thunder_media/src/Plugin/ImageEffect/AutoAspectEffect.php Resizes an image resource.
AutofillTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/AutofillTest.php Tests the autofill support for nodes in Thunder.
AutosaveFormTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/AutosaveFormTest.php Tests the autosave support for nodes in Thunder.
BreadcrumbTest class Drupal\Tests\thunder\Functional tests/src/Functional/BreadcrumbTest.php Tests breadcrumbs functionality.
ChannelsTagsTest class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/ChannelsTagsTest.php Testing of Channels and Tags.
ConfigSelectorTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/ConfigSelectorTest.php Tests integration with the config_selector.
ConfigurationForm class Drupal\thunder_media\Form modules/thunder_media/src/Form/ConfigurationForm.php Configuration form for Thunder media settings. 1
ContentListTest class Drupal\Tests\thunder\Functional tests/src/Functional/ContentListTest.php Test the Thunder content list view.
ContentTranslationTest class Drupal\Tests\thunder\Functional\Integration tests/src/Functional/Integration/ContentTranslationTest.php Tests integration with the content_translation.
DynamicLocalTasks class Drupal\thunder_article\Plugin\Derivative modules/thunder_article/src/Plugin/Derivative/DynamicLocalTasks.php Generates content view local tasks. 1
EntitiesWithTerm class Drupal\thunder_gqls\Plugin\GraphQL\DataProducer modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/EntitiesWithTerm.php The channel list producer class.
EntityLinks class Drupal\thunder_gqls\Plugin\GraphQL\DataProducer modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/EntityLinks.php Plugin to resolve all the links for an entity.
EntityListResponse class Drupal\thunder_gqls\Wrappers modules/thunder_gqls/src/Wrappers/EntityListResponse.php The thunder entity list response class. 3
EntityReferenceActionsTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/EntityReferenceActionsTest.php Tests integration with the entity_reference_actions and views_bulk_edit.
FileEventSubscriber class Drupal\thunder_media\EventSubscriber modules/thunder_media/src/EventSubscriber/FileEventSubscriber.php Class for file upload events. 2
FilenameTransliterationTest class Drupal\Tests\thunder_media\Functional modules/thunder_media/tests/src/Functional/FilenameTransliterationTest.php Tests for transliteration of file names.
FileRemoveButtonTest class Drupal\Tests\thunder_media\Functional modules/thunder_media/tests/src/Functional/FileRemoveButtonTest.php Tests for transliteration of file names.
FilterExtension class Drupal\thunder_article\Twig modules/thunder_article/src/Twig/FilterExtension.php Introduce some twig filters. 2
FocalPoint class Drupal\thunder_gqls\Plugin\GraphQL\DataProducer modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/FocalPoint.php Resolves the focal point positions for a file.
InlineEntityFormTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/InlineEntityFormTest.php Test for update hook changes.
InstalledConfigurationTest class Drupal\Tests\thunder\Functional tests/src/Functional/InstalledConfigurationTest.php Test for checking of configuration after install of thunder profile.
JsonLdSchemaTest class Drupal\Tests\thunder_gqls\Functional modules/thunder_gqls/tests/src/Functional/JsonLdSchemaTest.php Test the schema.
MediaGalleryModifyTest class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/MediaGalleryModifyTest.php Tests the Gallery media modification.
MediaImageModifyTest class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/MediaImageModifyTest.php Tests the Image media modification.
MenuLinksActiveTrail class Drupal\thunder_gqls\Plugin\GraphQL\DataProducer modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/MenuLinksActiveTrail.php Return the menu links of a menu with active trail.
MenuTreeInActiveTrail class Drupal\thunder_gqls\Plugin\GraphQL\DataProducer modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/MenuTreeInActiveTrail.php Returns if menu tree element is in active trail.
MetaInformationTest class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/MetaInformationTest.php Testing of Meta Information.
MetaTags class Drupal\thunder_gqls\Plugin\GraphQL\DataProducer modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/MetaTags.php Resolves a typed data value at a given property path.
MockHttpClientMiddleware class Drupal\thunder_test_mock_request tests/modules/thunder_test_mock_request/src/MockHttpClientMiddleware.php Sets the mocked responses. 1 2
ModeratedContentSchedulingTest class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/ModeratedContentSchedulingTest.php Tests publishing/unpublishing scheduling for moderated nodes.
ModerationStateWidget class Drupal\thunder_workflow\Plugin\Field\FieldWidget modules/thunder_workflow/src/Plugin/Field/FieldWidget/ModerationStateWidget.php Plugin implementation of the 'thunder_moderation_state_default' widget.
ModuleConfigureForm class Drupal\thunder\Installer\Form src/Installer/Form/ModuleConfigureForm.php Provides the site configuration form. 1
ModuleIntegrationTest class Drupal\Tests\thunder\FunctionalJavascript tests/src/FunctionalJavascript/ModuleIntegrationTest.php Testing of module integrations.
ModuleUninstallTest class Drupal\Tests\thunder\Functional tests/src/Functional/ModuleUninstallTest.php Test for checking of module uninstall functionality.
NestedTableDragTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/NestedTableDragTest.php Tests the tabledrag sorting mechanism in nested tables.
NodeRevisionRevertDefaultForm class Drupal\thunder_article\Form modules/thunder_article/src/Form/NodeRevisionRevertDefaultForm.php Provides a form for reverting a node revision. 1
ParagraphsFeaturesTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/ParagraphsFeaturesTest.php Tests the paragraph feature for delete confirmation dialog.
ParagraphSplitTest class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/ParagraphSplitTest.php Tests the paragraph split module integration.
ParagraphSummary class Drupal\thunder_gqls\Plugin\GraphQL\DataProducer modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ParagraphSummary.php Resolves the paragraphs summary.
PasswordPolicyTest class Drupal\Tests\thunder\Functional\Integration tests/src/Functional/Integration/PasswordPolicyTest.php Tests password policy integration.
RedirectTest class Drupal\Tests\thunder\Functional\Integration tests/src/Functional/Integration/RedirectTest.php Tests integration with the redirect.
ResolverHelperTrait trait Drupal\thunder_gqls\Traits modules/thunder_gqls/src/Traits/ResolverHelperTrait.php Helper functions for field resolvers. 2
ResponsivePreview class Drupal\Tests\thunder\FunctionalJavascript\Integration tests/src/FunctionalJavascript/Integration/ResponsivePreview.php Tests the device preview functionality integration.
SchemaTest class Drupal\Tests\thunder_gqls\Functional modules/thunder_gqls/tests/src/Functional/SchemaTest.php Test the schema.
Thunder2UpdateTest class Drupal\Tests\thunder\Functional tests/src/Functional/Thunder2UpdateTest.php Tests Thunder updates from 2.0 to current.
ThunderArticleBreadcrumbBuilder class Drupal\thunder_article\Breadcrumb modules/thunder_article/src/Breadcrumb/ThunderArticleBreadcrumbBuilder.php Class to define the menu_link breadcrumb builder. 2

Pages

Other projects