111 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.
- 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.
- 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
- 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.
- 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/
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/
recipes/ full_html_format_editor/ config/ editor.editor.full_html.yml - core/recipes/full_html_format_editor/config/editor.editor.full_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.
- 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.
- 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.
- ImageTestBase::testLinkability in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageTestBase.php - Tests linkability of the image CKEditor widget.
- 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.
- 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.
- 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.
- 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.
- ModuleAdminLinksHelperTest::testGetModuleAdminLinks in core/
modules/ system/ tests/ src/ Kernel/ ModuleAdminLinksHelperTest.php - @covers ::getModuleAdminLinks[[api-linebreak]]
- 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.
- 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.
- OpmlFields::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ row/ OpmlFields.php - Provide a form for setting options.
- OpmlFields::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ row/ OpmlFields.php - Provide a form for setting options.
- OpmlFields::validate in core/
modules/ views/ src/ Plugin/ views/ row/ OpmlFields.php - Validate that the plugin is correct and can be saved.
- 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.
- 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.
- 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.
- 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 - Gets the available upgrade paths.
- 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.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
- 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.
- 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.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.