Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
LibraryDiscoveryParserTest::testBuildByExtensionWithMissingInformation function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests that an exception is thrown with only the version property specified.
licenses_missing_information.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml
link-formatter-link-separate.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/stable9/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/claro/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/starterkit_theme/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/tests/themes/link_test_theme/templates/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/templates/link-formatter-link-separate.html.twig Default theme implementation of a link with separate title and URL elements.
LinkBase::buildOptionsForm function core/modules/views/src/Plugin/views/field/LinkBase.php Default option form that provides label widget that all fields should have.
LinkExternalProtocolsConstraintValidatorTest::testValidateWithMalformedUri function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php Tests validate with malformed uri.
LinkField::getFieldFormatterMap function 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 function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkFieldFormStatesTest class core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Tests link field form states functionality.
LinkFieldFormStatesTest.php file core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php
LinkFieldFormStatesTest::$defaultTheme property core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php The theme to install as the default for testing.
LinkFieldFormStatesTest::$modules property core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Modules to install.
LinkFieldFormStatesTest::linkFieldFormStatesData function core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Provides data for ::testLinkFieldJSFormStates.
LinkFieldFormStatesTest::setUp function core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php
LinkFieldFormStatesTest::testLinkFieldFormStates function core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Tests link field form states.
LinkFormatter class core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Plugin implementation of the 'link' formatter.
LinkFormatter.php file core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
LinkFormatter::$pathValidator property core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php The path validator service.
LinkFormatter::buildUrl function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Builds the \Drupal\Core\Url object for a link field item.
LinkFormatter::create function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Instantiates a new instance of the implementing class using autowiring.
LinkFormatter::defaultSettings function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Defines the default settings for this plugin.
LinkFormatter::settingsForm function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Returns a form to configure settings for the formatter.
LinkFormatter::settingsSummary function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Returns a short summary for the current formatter settings.
LinkFormatter::viewElements function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Builds a renderable array for a field value.
LinkFormatter::__construct function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Constructs a new LinkFormatter.
LinkFormatterDisplayTest class core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php Tests the default 'link' field formatter.
LinkFormatterDisplayTest.php file core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php
LinkFormatterDisplayTest::$modules property core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php Modules to install.
LinkFormatterDisplayTest::getTestCases function core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php
LinkFormatterDisplayTest::setUp function core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php Set the default field storage backend for fields created during tests.
LinkFormatterDisplayTest::testLinkFormatter function core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php Tests that links are rendered correctly.
LinkFormatterDisplayTest::testNullLinkOptions function core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php Tests that links with NULL options are rendered correctly.
LinkFormatterTest class core/modules/link/tests/src/Unit/LinkFormatterTest.php Tests the Field Formatter for the link field type.
LinkFormatterTest class core/modules/link/tests/src/Kernel/LinkFormatterTest.php Tests the Field Formatter for the link field type.
LinkFormatterTest.php file core/modules/link/tests/src/Unit/LinkFormatterTest.php
LinkFormatterTest.php file core/modules/link/tests/src/Kernel/LinkFormatterTest.php
LinkFormatterTest::$bundle property core/modules/link/tests/src/Kernel/LinkFormatterTest.php The bundle used in this test.
LinkFormatterTest::$entity property core/modules/link/tests/src/Kernel/LinkFormatterTest.php The entity to be tested.
LinkFormatterTest::$entityType property core/modules/link/tests/src/Kernel/LinkFormatterTest.php The entity type used in this test.
LinkFormatterTest::$fieldName property core/modules/link/tests/src/Kernel/LinkFormatterTest.php The name of the field used in this test.
LinkFormatterTest::$modules property core/modules/link/tests/src/Kernel/LinkFormatterTest.php Modules to enable.
LinkFormatterTest::providerLinkFormatter function core/modules/link/tests/src/Kernel/LinkFormatterTest.php Data provider for ::testLinkFormatter.
LinkFormatterTest::setUp function core/modules/link/tests/src/Kernel/LinkFormatterTest.php
LinkFormatterTest::testFormatterLinkItem function core/modules/link/tests/src/Unit/LinkFormatterTest.php Tests when LinkItem::getUrl returns a functional URL.
LinkFormatterTest::testFormatterLinkItemUrlMalformed function core/modules/link/tests/src/Unit/LinkFormatterTest.php Tests when LinkItem::getUrl with malformed URL renders empty link.
LinkFormatterTest::testFormatterLinkItemUrlUnexpectedException function core/modules/link/tests/src/Unit/LinkFormatterTest.php Tests when LinkItem::getUrl throws an unexpected exception.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.