| LinkAttributeCrudTest::testFormatters | core/modules/link/tests/link.attribute.test | Test the link_plain formatter and it's output. | 
          
                  | LinkBaseTestClass::assertElementByXPath | core/modules/link/tests/link.test | Check that an element exists in HTML markup. | 
          
                  | LinkBaseTestClass::createLinkField | core/modules/link/tests/link.test |  | 
          
                  | LinkBaseTestClass::setUp | core/modules/link/tests/link.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | LinkCustomFormTest::testCustomLinkFields | core/modules/link/tests/link.custom.test | Test the output of a custom form with link fields. | 
          
                  | LinkSanitizeTest::generateParams | core/modules/link/tests/link.sanitize.test | Generate parameters for testing _link_sanitize(). | 
          
                  | LinkSanitizeTest::setUp | core/modules/link/tests/link.sanitize.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | LinkSanitizeTest::tearDown | core/modules/link/tests/link.sanitize.test | Delete created files and temporary files directory, delete the tables
created by setUp(), and reset the database prefix. | 
          
                  | LinkSanitizeTest::testBlankTitle | core/modules/link/tests/link.sanitize.test | Test that query URLs can be turned into absolute URLs. | 
          
                  | LinkSanitizeTest::testBlankTitleWithFragment | core/modules/link/tests/link.sanitize.test | Test that query URLs can be turned into absolute URLs. | 
          
                  | LinkSanitizeTest::testBlankTitleWithMultipleQueries | core/modules/link/tests/link.sanitize.test | Test that multiple query URLs can be turned into absolute URLs. | 
          
                  | LinkSanitizeTest::testBlankTitleWithQuery | core/modules/link/tests/link.sanitize.test | Test that query URLs can be turned into absolute URLs. | 
          
                  | LinkSanitizeTest::testBlankTitleWithQueryAndFragment | core/modules/link/tests/link.sanitize.test | Test that query URLs can be turned into absolute URLs. | 
          
                  | LinkSanitizeTest::testHash | core/modules/link/tests/link.sanitize.test | Test that hash URLs are returned as is. | 
          
                  | LinkSanitizeTest::testHtmlTitle | core/modules/link/tests/link.sanitize.test | Test that unwanted HTML in titles is removed. | 
          
                  | LinkSanitizeTest::testQueryString | core/modules/link/tests/link.sanitize.test | Test that query string URLs are returned as is. | 
          
                  | LinkSanitizeTest::testXssFiltering | core/modules/link/tests/link.sanitize.test | Assert that attributes are filtered. | 
          
                  | LinkTokenTest::testStaticTokenLinkCreate | core/modules/link/tests/link.token.test | Creates a link field with a static title and an admin-entered token.
Creates a node with a link and checks the title value. | 
          
                  | LinkTokenTest::testTitleOnlyTitleNoLink | core/modules/link/tests/link.token.test | Test that if you have a title and no URL on a field which does not have
tokens enabled, that the title is sanitized once. | 
          
                  | LinkTokenTest::testUserTokenLinkCreate | core/modules/link/tests/link.token.test | Creates a link field with a required title enabled for user-entered tokens.
Creates a node with a token in the link title and checks the value. | 
          
                  | LinkUITest::testCRUDCreateFieldDefaults | core/modules/link/tests/link.ui.test | Creates a field with all the default values and check expected values. | 
          
                  | LinkUITest::testCRUDCreateFieldWithClasses | core/modules/link/tests/link.ui.test | Tests adding custom classes (single and multiple) to link fields. | 
          
                  | LinkUITest::testCRUDCreateFieldWithLinkType | core/modules/link/tests/link.ui.test | Tests the link type: "internal", "external", and "both" settings. | 
          
                  | LinkUITest::testCRUDTitleOnlyTitleNoLink | core/modules/link/tests/link.ui.test | Tests that if a field has a title but no URL, the title is not sanitized twice. | 
          
                  | LinkUITest::testLinkCreate | core/modules/link/tests/link.ui.test | Creates a link field for the "page" type and creates a page with a link. | 
          
                  | LinkUITest::testStaticLinkCreate | core/modules/link/tests/link.ui.test | Tests if <strong> is used in a static title that the markup is retained. | 
          
                  | LinkValidateTest::checkRequirements | core/modules/link/tests/link.validate.test | Checks the matching requirements for BackdropTestCase. | 
          
                  | LinkValidateTest::setUp | core/modules/link/tests/link.validate.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | LinkValidateTest::testBadUrlValidationOff | core/modules/link/tests/link.validate.test | Test if we can post a bad URL if the validation is expressly turned off. | 
          
                  | LinkValidateTest::testUrls | core/modules/link/tests/link.validate.test | Test all the common URL structures in the UI. | 
          
                  | LinkValidateTest::testXss | core/modules/link/tests/link.validate.test | Test if a bad URL will display if validation is disabled. | 
          
                  | LinkValidateTest::validateUrl | core/modules/link/tests/link.validate.test | Checks if a URL is valid through the UI. | 
          
                  | LinkValidateUnitTest::setUp | core/modules/link/tests/link.validate.test | Sets up unit test environment. | 
          
                  | LinkValidateUnitTest::testInvalidExternalLinks | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateBadNewsgroupLink | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateEmailLink | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateEmailLinkBad | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateExternalLinks | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateFrontLink | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateInternalLinks | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateNewsArticleLink | core/modules/link/tests/link.validate.test |  | 
          
                  | LinkValidateUnitTest::testValidateNewsgroupLink | core/modules/link/tests/link.validate.test |  | 
          
                  | link_cleanup_url | core/modules/link/link.module | Forms a valid URL if possible from an entered address. | 
          
                  | link_element_info | core/modules/link/link.module | Implements hook_element_info(). | 
          
                  | link_field_custom_form_test_form | core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.module | Custom form for testing link field. | 
          
                  | link_field_custom_form_test_form_submit | core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.module | Form submission handler for link_field_custom_form_test_form(). | 
          
                  | link_field_custom_form_test_menu | core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.module | Implements hook_menu(). | 
          
                  | link_field_element_validate | core/modules/link/link.module | Link field element validation. | 
          
                  | link_field_formatter_info | core/modules/link/link.module | Implements hook_field_formatter_info(). | 
          
                  | link_field_formatter_settings_form | core/modules/link/link.module | Implements hook_field_formatter_settings_form(). |