168 string references to 'Link'
- AjaxTestController::httpMethods in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Provides an Ajax link used with different HTTP methods.
- AnnotatedClassDiscoveryTest::provideBadAnnotations in core/
tests/ Drupal/ Tests/ Component/ Plugin/ Discovery/ AnnotatedClassDiscoveryTest.php - All the Drupal documentation standards tags.
- BlockContentRevisionVersionHistoryTest::testVersionHistory in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentRevisionVersionHistoryTest.php - Tests version history page.
- BookTestTrait::checkBookNode in core/
modules/ book/ tests/ src/ Functional/ BookTestTrait.php - Checks the outline of sub-pages; previous, up, and next.
- ckeditor5.ckeditor5.yml in core/
modules/ ckeditor5/ ckeditor5.ckeditor5.yml - core/modules/ckeditor5/ckeditor5.ckeditor5.yml
- CKEditor5DialogTest::testCKEditor5FocusInTooltipsInDialog in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5DialogTest.php - Tests if CKEditor 5 tooltips can be interacted with in dialogs.
- claro_form_alter in core/
themes/ claro/ claro.theme - Implements hook_form_alter().
- claro_page_attachments_alter in core/
themes/ claro/ claro.theme - Implements hook_page_attachments_alter().
- ContentTranslationHandler::entityFormSharedElements in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Process callback: determines which elements get clue in the form.
- ContentTranslationHandlerTest::providerTestEntityFormSharedElements in core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationHandlerTest.php - Returns test cases for ::testEntityFormSharedElements().
- contextual.views.schema.yml in core/
modules/ contextual/ config/ schema/ contextual.views.schema.yml - core/modules/contextual/config/schema/contextual.views.schema.yml
- core.entity_form_display.block_content.banner_block.default.yml in core/
profiles/ demo_umami/ config/ install/ core.entity_form_display.block_content.banner_block.default.yml - core/profiles/demo_umami/config/install/core.entity_form_display.block_content.banner_block.default.yml
- core.entity_form_display.block_content.footer_promo_block.default.yml in core/
profiles/ demo_umami/ config/ install/ core.entity_form_display.block_content.footer_promo_block.default.yml - core/profiles/demo_umami/config/install/core.entity_form_display.block_content.footer_promo_block.default.yml
- core.entity_view_display.block_content.banner_block.default.yml in core/
profiles/ demo_umami/ config/ install/ core.entity_view_display.block_content.banner_block.default.yml - core/profiles/demo_umami/config/install/core.entity_view_display.block_content.banner_block.default.yml
- core.entity_view_display.block_content.footer_promo_block.default.yml in core/
profiles/ demo_umami/ config/ install/ core.entity_view_display.block_content.footer_promo_block.default.yml - core/profiles/demo_umami/config/install/core.entity_view_display.block_content.footer_promo_block.default.yml
- Core::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor4To5Upgrade/ Core.php - Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
- CreateTestContentEntitiesTrait::getRequiredModules in core/
modules/ migrate_drupal/ tests/ src/ Traits/ CreateTestContentEntitiesTrait.php - Gets required modules.
- CssCollectionRenderer::render in core/
lib/ Drupal/ Core/ Asset/ CssCollectionRenderer.php - Renders an asset collection.
- CssCollectionRendererUnitTest::providerTestRender in core/
tests/ Drupal/ Tests/ Core/ Asset/ CssCollectionRendererUnitTest.php - Provides data for the CSS asset rendering test.
- DbLogController::overview in core/
modules/ dblog/ src/ Controller/ DbLogController.php - Displays a listing of database log messages.
- DialogTest::testHttpMethod in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ DialogTest.php - Tests dialog link opener with different HTTP methods.
- editor.editor.basic_html.yml in core/
profiles/ standard/ config/ install/ editor.editor.basic_html.yml - core/profiles/standard/config/install/editor.editor.basic_html.yml
- editor.editor.basic_html.yml in core/
profiles/ demo_umami/ config/ install/ editor.editor.basic_html.yml - core/profiles/demo_umami/config/install/editor.editor.basic_html.yml
- editor.editor.basic_html.yml in core/
recipes/ basic_html_format_editor/ config/ editor.editor.basic_html.yml - core/recipes/basic_html_format_editor/config/editor.editor.basic_html.yml
- editor.editor.full_html.yml in core/
profiles/ standard/ config/ install/ editor.editor.full_html.yml - core/profiles/standard/config/install/editor.editor.full_html.yml
- editor.editor.full_html.yml in core/
profiles/ demo_umami/ config/ install/ editor.editor.full_html.yml - core/profiles/demo_umami/config/install/editor.editor.full_html.yml
- editor.editor.full_html.yml in core/
recipes/ full_html_format_editor/ config/ editor.editor.full_html.yml - core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
- editor.editor.test_format.yml in core/
modules/ ckeditor5/ tests/ fixtures/ update/ editor.editor.test_format.yml - core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format.yml
- editor.editor.umami_basic_html.yml in core/
modules/ editor/ tests/ fixtures/ update/ editor.editor.umami_basic_html.yml - core/modules/editor/tests/fixtures/update/editor.editor.umami_basic_html.yml
- EntityReferenceLabelFormatter::settingsForm in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ EntityReferenceLabelFormatter.php - Returns a form to configure settings for the formatter.
- EntityReferenceLabelFormatter::settingsSummary in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ EntityReferenceLabelFormatter.php - Returns a short summary for the current formatter settings.
- EntityReferenceLabelFormatter::viewElements in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ EntityReferenceLabelFormatter.php - Builds a renderable array for a field value.
- EntityReferenceWidgetTest::testWidget in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EntityReferenceWidgetTest.php - Tests that the Media library's widget works as expected.
- EntityResource::addLinkHeaders in core/
modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php - Adds link headers to a response.
- EntityResourceTestBase::assert406Response in core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php - Asserts a 406 response… or in some cases a 403 response, because weirdness.
- EntityResourceTestBase::testGet in core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php - Tests a GET request for an entity, plus edge cases to ensure good DX.
- field.field.block_content.banner_block.field_content_link.yml in core/
profiles/ demo_umami/ config/ install/ field.field.block_content.banner_block.field_content_link.yml - core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_content_link.yml
- field.field.block_content.footer_promo_block.field_content_link.yml in core/
profiles/ demo_umami/ config/ install/ field.field.block_content.footer_promo_block.field_content_link.yml - core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_content_link.yml
- field.storage.block_content.field_content_link.yml in core/
profiles/ demo_umami/ config/ install/ field.storage.block_content.field_content_link.yml - core/profiles/demo_umami/config/install/field.storage.block_content.field_content_link.yml
- FieldDiscoveryTest::addAllFieldProcessesAltersData in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ FieldDiscoveryTest.php - Provides data for testAddAllFieldProcessesAlters.
- FieldDiscoveryTest::addAllFieldProcessesAltersData in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ FieldDiscoveryTest.php - Provides data for testAddAllFieldProcessesAlters.
- FieldHelpTest::testFieldHelp in core/
modules/ field/ tests/ src/ Functional/ FieldHelpTest.php - Tests the Field module's help page.
- FieldInstanceDefaults::transform in core/
modules/ field/ src/ Plugin/ migrate/ process/ d6/ FieldInstanceDefaults.php - Set the field instance defaults.
- FieldInstancePerFormDisplayTest::providerSource in core/
modules/ field/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ FieldInstancePerFormDisplayTest.php - FieldInstanceSettings::transform in core/
modules/ field/ src/ Plugin/ migrate/ process/ d6/ FieldInstanceSettings.php - Set the field instance defaults.
- HtmlResponseAttachmentsProcessor::processHtmlHeadLink in core/
lib/ Drupal/ Core/ Render/ HtmlResponseAttachmentsProcessor.php - Transform a html_head_link array into html_head and http_header arrays.
- HtmlResponseAttachmentsProcessor::processHtmlHeadLink in core/
lib/ Drupal/ Core/ Render/ HtmlResponseAttachmentsProcessor.php - Transform a html_head_link array into html_head and http_header arrays.
- HtmlTagTest::providerPreRenderHtmlTag in core/
tests/ Drupal/ Tests/ Core/ Render/ Element/ HtmlTagTest.php - Data provider for preRenderHtmlTag test.
- ImageTestBaselineTrait::testLinkability in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageTestBaselineTrait.php - Tests linkability of the image CKEditor widget.
- JsonApiFunctionalTestBase::setUp in core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiFunctionalTestBase.php - JSWebAssert::waitForLink in core/
tests/ Drupal/ FunctionalJavascriptTests/ JSWebAssert.php - Waits for a link with specified locator and returns it when available.
- LayoutBuilderContentModerationIntegrationTest::testLayoutModeration in core/
modules/ content_moderation/ tests/ src/ Functional/ LayoutBuilderContentModerationIntegrationTest.php - Tests that Layout changes are respected by Content Moderation.
- LayoutBuilderNestedFormUiTest::addFormBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderNestedFormUiTest.php - Adds a form block specified by label layout and checks it can be saved.
- LayoutBuilderTest::openAddBlockForm in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderTest.php - Opens the add block form in the off-canvas dialog.
- LayoutBuilderTest::testConfigurableLayoutSections in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderTest.php - Tests configurable layouts.
- LayoutBuilderTest::testLayoutBuilderUi in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderTest.php - Tests the Layout Builder UI.
- LayoutBuilderUiTest::assertModifiedLayout in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderUiTest.php - Asserts that modifying a layout works as expected.
- LazyBuilders::renderAnnouncements in core/
modules/ announcements_feed/ src/ LazyBuilders.php - Render announcements.
- link.info.yml in core/
modules/ link/ link.info.yml - core/modules/link/link.info.yml
- link.migrate_drupal.yml in core/
modules/ link/ migrations/ state/ link.migrate_drupal.yml - core/modules/link/migrations/state/link.migrate_drupal.yml
- LinkBase::getDefaultLabel in core/
modules/ views/ src/ Plugin/ views/ field/ LinkBase.php - Returns the default label for this link.
- LinkField::getFieldFormatterMap in core/
modules/ link/ src/ Plugin/ migrate/ field/ d6/ LinkField.php - Get a map between D6 formatters and D8 formatters for this field type.
- LinkField::getFieldFormatterMap in core/
modules/ link/ src/ Plugin/ migrate/ field/ d7/ LinkField.php - Get a map between D6 formatters and D8 formatters for this field type.
- LinkFieldTest::doTestEditNonNodeEntityLink in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests editing a link to a non-node entity.
- LinkFieldTest::doTestLinkFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the default 'link' formatter.
- LinkFieldTest::doTestLinkSeparateFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the 'link_separate' formatter.
- LinkFieldTest::doTestLinkTitle in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the link title settings of a link field.
- LinkFieldTest::doTestLinkTypeOnLinkWidget in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests '#link_type' property exists on 'link_default' widget.
- LinkFieldTest::doTestURLValidation in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests link field URL validation.
- LinkFieldTest::setUp in core/
modules/ link/ tests/ src/ Unit/ Plugin/ migrate/ field/ d6/ LinkFieldTest.php - LinkFieldTest::setUp in core/
modules/ link/ tests/ src/ Kernel/ Plugin/ migrate/ field/ d7/ LinkFieldTest.php - LinkFieldTest::testLinkFormatterQueryParametersDuplication in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the default 'link' formatter with complex query parameters.
- LinkFieldTest::testLinkWidgetCaughtExceptionEditingInvalidUrl in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Test link widget exception handled if link uri value is invalid.
- LinkFieldTest::testNoLinkUri in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests <nolink> and <none> as link uri.
- LinkFieldUITest::providerTestFieldUI in core/
modules/ link/ tests/ src/ Functional/ LinkFieldUITest.php - Provides test data for ::testFieldUI().
- LinkFieldUITest::runFieldUIItem in core/
modules/ link/ tests/ src/ Functional/ LinkFieldUITest.php - Tests one link field UI item.
- LinkFormatter::settingsForm in core/
modules/ link/ src/ Plugin/ Field/ FieldFormatter/ LinkFormatter.php - Returns a form to configure settings for the formatter.
- LinkFormatter::settingsSummary in core/
modules/ link/ src/ Plugin/ Field/ FieldFormatter/ LinkFormatter.php - Returns a short summary for the current formatter settings.
- LinkFormatterTest::testFormatterLinkItemUrlMalformed in core/
modules/ link/ tests/ src/ Unit/ LinkFormatterTest.php - Tests when LinkItem::getUrl with malformed URL renders empty link.
- LinkGeneratorTest::testGenerate in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with a route.
- LinkGeneratorTest::testGenerateButton in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with the <button> route.
- LinkGeneratorTest::testGenerateExternal in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with an external URL.
- LinkGeneratorTest::testGenerateNoLink in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with the <nolink> route.
- LinkGeneratorTest::testGenerateNone in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with the <none> route.
- MailTest::testRenderedElementsUseAbsolutePaths in core/
modules/ system/ tests/ src/ Kernel/ Mail/ MailTest.php - Checks that mails built from render arrays contain absolute paths.
- MediaLibraryTest::testAllowedMediaTypes in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLibraryTest.php - Tests the allowed media types setting on the MediaEmbed filter.
- MediaLibraryTestBase::switchToMediaType in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ MediaLibraryTestBase.php - Clicks a media type tab and waits for it to appear.
- MediaLibraryWidget::formElement in core/
modules/ media_library/ src/ Plugin/ Field/ FieldWidget/ MediaLibraryWidget.php - Returns the form for a single field widget.
- MediaLinkabilityTest::testLinkability in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLinkabilityTest.php - Tests linkability of the media CKEditor widget.
- MediaTest::testEditableCaption in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests caption editing in the CKEditor widget.
- MediaUiReferenceWidgetTest::assertNoHelpLink in core/
modules/ media/ tests/ src/ Functional/ MediaUiReferenceWidgetTest.php - Asserts that a given link is not present.
- MenuLinkContentDeriverTest::testRediscover in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinkContentDeriverTest.php - Tests the rediscovering.
- MenuLinkDefaultForm::buildConfigurationForm in core/
lib/ Drupal/ Core/ Menu/ Form/ MenuLinkDefaultForm.php - Form constructor.
- MenuLinksTest::testPendingRevisions in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinksTest.php - Tests handling of pending revisions.
- MigrateFieldFormatterSettingsTest::testEntityDisplaySettings in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldFormatterSettingsTest.php - Tests that migrated entity display settings can be loaded using D8 API's.
- MigrateFieldFormatterSettingsTest::testMigration in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldFormatterSettingsTest.php - Tests migration of D7 field formatter settings.
- MigrateFieldInstanceTest::testFieldInstances in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceTest.php - Tests migrating D7 field instances to field_config entities.
- MigrateFieldInstanceTest::testFieldInstances in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceTest.php - Tests migrating D7 field instances to field_config entities.
- MigrateFieldPluginManagerTest::nonExistentPluginExceptionsData in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateFieldPluginManagerTest.php - Provides data for testNonExistentPluginExceptions.
- MigrateFieldPluginManagerTest::testPluginSelection in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateFieldPluginManagerTest.php - Tests that the correct MigrateField plugins are used.
- MigrateFieldTest::testFields in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldTest.php - Tests the Drupal 6 field to Drupal 8 migration.
- MigrateFieldTest::testFields in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldTest.php - Tests migrating D7 fields to field_storage_config entities.
- MigrateUserProfileFieldTest::testUserProfileFields in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserProfileFieldTest.php - Tests migration of user profile fields.
- MigrateUserRoleTest::providerTestUserRole in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserRoleTest.php - Data provider for user role migration tests.
- MigrationProvidersExistTest::testFieldProvidersExist in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ MigrationProvidersExistTest.php - Tests that modules exist for all field plugins.
- MigrationStateUnitTest::providerGetUpgradeStates in core/
modules/ migrate_drupal/ tests/ src/ Unit/ MigrationStateUnitTest.php - Data provider for testGetUpgradeStates.
- ModuleAdminLinksHelperTest::testGetModuleAdminLinks in core/
modules/ system/ tests/ src/ Kernel/ ModuleAdminLinksHelperTest.php - @covers ::getModuleAdminLinks
- MultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ MultilingualReviewPageTest.php - Gets the available upgrade paths.
- MultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ MultilingualReviewPageTest.php - Gets the available upgrade paths.
- NavigationBlockUiTest::openAddBlockForm in core/
modules/ navigation/ tests/ src/ FunctionalJavascript/ NavigationBlockUiTest.php - Opens the add block form in the off-canvas dialog.
- NavigationLinkBlock::build in core/
modules/ navigation/ src/ Plugin/ Block/ NavigationLinkBlock.php - Builds and returns the renderable array for this block plugin.
- NavigationLinkBlockTest::testNavigationLinkBlock in core/
modules/ navigation/ tests/ src/ Functional/ NavigationLinkBlockTest.php - Test output of the link navigation with regards to caching and contents.
- NavigationUserBlockTest::testNavigationUserBlock in core/
modules/ navigation/ tests/ src/ Functional/ NavigationUserBlockTest.php - Test output of user navigation block with regards to caching and contents.
- NodeViewTest::testLinkHeader in core/
modules/ node/ tests/ src/ Functional/ NodeViewTest.php - Tests the Link header.
- NoMultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ NoMultilingualReviewPageTest.php - Gets the available upgrade paths.
- NoMultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ NoMultilingualReviewPageTest.php - Gets the available upgrade paths.
- NonStableModulesTest::testDeprecatedAndExperimentalConfirmForm in core/
modules/ system/ tests/ src/ Functional/ Module/ NonStableModulesTest.php - Tests installing deprecated and experimental modules at the same time.
- NonStableModulesTest::testDeprecatedConfirmForm in core/
modules/ system/ tests/ src/ Functional/ Module/ NonStableModulesTest.php - Tests installing deprecated modules and dependencies in the UI.
- olivero_preprocess_html in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_HOOK() for HTML document templates.
- OpmlFields::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ row/ OpmlFields.php - OpmlFields::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ row/ OpmlFields.php - OpmlFields::validate in core/
modules/ views/ src/ Plugin/ views/ row/ OpmlFields.php - RenderElementBase::preRenderAjaxForm in core/
lib/ Drupal/ Core/ Render/ Element/ RenderElementBase.php - Adds Ajax information about an element to communicate with JavaScript.
- RenderElementTypesTest::testHtmlTag in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ RenderElementTypesTest.php - Tests system #type 'html_tag'.
- RendererTestBase::setUp in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTestBase.php - RequirementsPageTrait::updateRequirementsProblem in core/
tests/ Drupal/ Tests/ RequirementsPageTrait.php - Handles the update requirements page.
- ResourceTestBase::testGetIndividual in core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php - Tests GETting an individual resource, plus edge cases to ensure good DX.
- RevisionVersionHistoryTest::testOperationDeleteRevision in core/
tests/ Drupal/ FunctionalTests/ Entity/ RevisionVersionHistoryTest.php - Test delete operation.
- RevisionVersionHistoryTest::testOperationRevertRevision in core/
tests/ Drupal/ FunctionalTests/ Entity/ RevisionVersionHistoryTest.php - Test revert operation.
- RouteCachingLanguageTest::setUp in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingLanguageTest.php - SecurityAdvisoryTest::providerCreateFromArrayInvalidField in core/
modules/ system/ tests/ src/ Unit/ SecurityAdvisories/ SecurityAdvisoryTest.php - Data provider for testCreateFromArrayInvalidField().
- SecurityAdvisoryTest::providerCreateFromArrayMissingField in core/
modules/ system/ tests/ src/ Unit/ SecurityAdvisories/ SecurityAdvisoryTest.php - Data provider for testCreateFromArrayMissingField().
- ShortcutLinksTest::testShortcutLinkAdd in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that creating a shortcut works properly.
- ShortcutLinksTest::testShortcutLinkChangePath in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that changing the path of a shortcut link works.
- ShortcutSetController::addShortcutLinkInline in core/
modules/ shortcut/ src/ Controller/ ShortcutSetController.php - Creates a new link in the provided shortcut set.
- ShortcutTestBase::getShortcutInformation in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutTestBase.php - Extracts information from shortcut set links.
- shortcut_renderable_links in core/
modules/ shortcut/ shortcut.module - Returns an array of shortcut links, suitable for rendering.
- SmartDefaultSettingsTest::provider in core/
modules/ ckeditor5/ tests/ src/ Kernel/ SmartDefaultSettingsTest.php - Data provider.
- Standard::filterXss in core/
modules/ editor/ src/ EditorXssFilter/ Standard.php - Filters HTML to prevent XSS attacks when a user edits it in a text editor.
- StringFormatterTest::testLinkToEntity in core/
modules/ field/ tests/ src/ Unit/ Plugin/ Field/ FieldFormatter/ StringFormatterTest.php - Checks link visibility depending on link templates and access.
- SystemMenuOffCanvasForm::buildConfigurationForm in core/
modules/ system/ src/ Form/ SystemMenuOffCanvasForm.php - Form constructor.
- TaxonomyRevisionVersionHistoryTest::testVersionHistory in core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyRevisionVersionHistoryTest.php - Tests version history page.
- ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeRenderAndAutoescapeTest.php - @dataProvider providerTestThemeRenderAndAutoescape
- ToolbarActiveTrailTest::testToolbarActiveTrail in core/
modules/ toolbar/ tests/ src/ FunctionalJavascript/ ToolbarActiveTrailTest.php - Tests that the active trail is maintained even when traversed deeper.
- TwigExtension::getFunctions in core/
lib/ Drupal/ Core/ Template/ TwigExtension.php - UiHelperTrait::clickLink in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Follows a link by complete name.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- update_calculate_project_update_status in core/
modules/ update/ update.compare.inc - Calculates the current update status of a specific project.
- Upgrade7Test::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ Upgrade7Test.php - user_profile_entity_display.yml in core/
modules/ user/ migrations/ user_profile_entity_display.yml - core/modules/user/migrations/user_profile_entity_display.yml
- user_profile_field.yml in core/
modules/ user/ migrations/ user_profile_field.yml - core/modules/user/migrations/user_profile_field.yml
- UuidFormatterTest::testUuidStringFormatter in core/
modules/ field/ tests/ src/ Kernel/ KernelString/ UuidFormatterTest.php - Tests string formatter output.
- ValidatorsTest::providerPair in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - Provides a list of Text Editor + Text Format pairs to test.
- views.view.dblog_integration_test.yml in core/
modules/ dblog/ tests/ modules/ dblog_test_views/ test_views/ views.view.dblog_integration_test.yml - core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.dblog_integration_test.yml
- views.view.test_dblog.yml in core/
modules/ dblog/ tests/ modules/ dblog_test_views/ test_views/ views.view.test_dblog.yml - core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml
- views.view.test_link_tokens.yml in core/
modules/ link/ tests/ modules/ link_test_views/ test_views/ views.view.test_link_tokens.yml - core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml
- views.view.watchdog.yml in core/
modules/ dblog/ config/ optional/ views.view.watchdog.yml - core/modules/dblog/config/optional/views.view.watchdog.yml
- views.view.watchdog.yml in core/
tests/ fixtures/ config_install/ multilingual/ views.view.watchdog.yml - core/tests/fixtures/config_install/multilingual/views.view.watchdog.yml
- ViewsIntegrationTest::testMessages in core/
modules/ dblog/ tests/ src/ Kernel/ Views/ ViewsIntegrationTest.php - Tests the messages escaping functionality.
- WebAssert::linkExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Passes if a link with the specified label is found.
- WebAssert::linkExistsExact in core/
tests/ Drupal/ Tests/ WebAssert.php - Passes if a link with the exactly specified label is found.
- WebAssert::linkNotExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Passes if a link with the specified label is not found.
- WebAssert::linkNotExistsExact in core/
tests/ Drupal/ Tests/ WebAssert.php - Passes if a link with the exactly specified label is not found.
- WidgetWithoutTypesTest::testWidgetWithoutMediaTypes in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetWithoutTypesTest.php - Tests that the widget works as expected when media types are deleted.
- WildcardHtmlSupportTest::providerGhsConfiguration in core/
modules/ ckeditor5/ tests/ src/ Kernel/ WildcardHtmlSupportTest.php - WorkspacesLazyBuilders::renderToolbarTab in core/
modules/ workspaces/ src/ WorkspacesLazyBuilders.php - Lazy builder callback for rendering the workspace toolbar tab.
- _claro_convert_link_to_action_link in core/
themes/ claro/ claro.theme - Converts a link render element to an action link.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.