Search for format
- Search 7.x for format
 - Search 8.9.x for format
 - Search 10.3.x for format
 - Search 11.x for format
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| LanguageFormatter::settingsForm | function | core/ | 
                                                                                        Returns a form to configure settings for the formatter. | 
| LanguageFormatter::settingsSummary | function | core/ | 
                                                                                        Returns a short summary for the current formatter settings. | 
| LanguageFormatter::viewValue | function | core/ | 
                                                                                        Generate the output appropriate for one field item. | 
| LanguageFormatter::__construct | function | core/ | 
                                                                                        Constructs a LanguageFormatter instance. | 
| LayoutBuilderEntityViewDisplayHalJsonAnonTest::$format | property | core/ | 
                                                                                        The format to use in this test. | 
| LayoutBuilderEntityViewDisplayJsonAnonTest::$format | property | core/ | 
                                                                                        The format to use in this test. | 
| LayoutBuilderEntityViewDisplayJsonBasicAuthTest::$format | property | core/ | 
                                                                                        The format to use in this test. | 
| LayoutBuilderEntityViewDisplayJsonCookieTest::$format | property | core/ | 
                                                                                        The format to use in this test. | 
| LayoutBuilderEntityViewDisplayXmlAnonTest::$format | property | core/ | 
                                                                                        The format to use in this test. | 
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$format | property | core/ | 
                                                                                        The format to use in this test. | 
| LayoutBuilderEntityViewDisplayXmlCookieTest::$format | property | core/ | 
                                                                                        The format to use in this test. | 
| LayoutSectionTest::providerTestLayoutSectionFormatter | function | core/ | 
                                                                                        Provides test data for ::testLayoutSectionFormatter(). | 
| LayoutSectionTest::testLayoutSectionFormatter | function | core/ | 
                                                                                        Tests layout_section formatter output. | 
| LayoutSectionTest::testLayoutSectionFormatterAccess | function | core/ | 
                                                                                        Tests the access checking of the section formatter. | 
| LibraryDiscoveryParserTest::testBuildByExtensionWithMissingInformation | function | core/ | 
                                                                                        Tests that an exception is thrown with only the version property specified. | 
| licenses_missing_information.libraries.yml | file | core/ | 
                                                                                        core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Theme override of a link with separate title and URL elements. | 
| link-formatter-link-separate.html.twig | file | core/ | 
                                                                                        Default theme implementation of a link with separate title and URL elements. | 
| LinkField::getFieldFormatterMap | function | core/ | 
                                                                                        Get a map between D6 formatters and D8 formatters for this field type. | 
| LinkField::getFieldFormatterMap | function | core/ | 
                                                                                        Get a map between D6 formatters and D8 formatters for this field type. | 
| LinkFieldRdfaTest::runTestAllFormatters | function | core/ | 
                                                                                        Helper function to test all link formatters. | 
| LinkFieldRdfaTest::testAllFormattersExternal | function | core/ | 
                                                                                        Tests all formatters with link to external page. | 
| LinkFieldRdfaTest::testAllFormattersFront | function | core/ | 
                                                                                        Tests all formatters with link to frontpage. | 
| LinkFieldRdfaTest::testAllFormattersInternal | function | core/ | 
                                                                                        Tests all formatters with link to internal page. | 
| LinkFieldTest::doTestLinkFormatter | function | core/ | 
                                                                                        Tests the default 'link' formatter. | 
| LinkFieldTest::doTestLinkSeparateFormatter | function | core/ | 
                                                                                        Tests the 'link_separate' formatter. | 
| LinkFormatter | class | core/ | 
                                                                                        Plugin implementation of the 'link' formatter. | 
| LinkFormatter.php | file | core/ | 
                                                                                        |
| LinkFormatter::$pathValidator | property | core/ | 
                                                                                        The path validator service. | 
| LinkFormatter::buildUrl | function | core/ | 
                                                                                        Builds the \Drupal\Core\Url object for a link field item. | 
| LinkFormatter::create | function | core/ | 
                                                                                        Creates an instance of the plugin. | 
| LinkFormatter::defaultSettings | function | core/ | 
                                                                                        Defines the default settings for this plugin. | 
| LinkFormatter::settingsForm | function | core/ | 
                                                                                        Returns a form to configure settings for the formatter. | 
| LinkFormatter::settingsSummary | function | core/ | 
                                                                                        Returns a short summary for the current formatter settings. | 
| LinkFormatter::viewElements | function | core/ | 
                                                                                        Builds a renderable array for a field value. | 
| LinkFormatter::__construct | function | core/ | 
                                                                                        Constructs a new LinkFormatter. | 
| LinkFormatterTest | class | core/ | 
                                                                                        Tests the Field Formatter for the link field type. | 
| LinkFormatterTest.php | file | core/ | 
                                                                                        |
| LinkFormatterTest::testFormatterLinkItem | function | core/ | 
                                                                                        Tests when LinkItem::getUrl returns a functional URL. | 
| LinkFormatterTest::testFormatterLinkItemUrlMalformed | function | core/ | 
                                                                                        Tests when LinkItem::getUrl with malformed URL renders empty link. | 
| LinkFormatterTest::testFormatterLinkItemUrlUnexpectedException | function | core/ | 
                                                                                        Tests when LinkItem::getUrl throws an unexpected exception. | 
| LinkSeparateFormatter | class | core/ | 
                                                                                        Plugin implementation of the 'link_separate' formatter. | 
Pagination
- Previous page
 - Page 30
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.