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/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.

All search results

Title Object type File name Summary
ConfigTranslationFormTest class core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests for altering configuration translation forms.
ConfigTranslationFormTest.php file core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php
ConfigTranslationFormTest::$modules property core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Modules to install.
ConfigTranslationFormTest::testConfigTranslationFormAlter function core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests altering of the configuration translation forms.
ConfigTranslationListUiTest::doContactFormsListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the contact forms listing for the translate operation.
ConfigTranslationListUiTest::doDateFormatListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the date format listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the formats listing for the translate operation.
ConfigTranslationUiModulesTest::testTextFormatTranslation function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiModulesTest.php Tests text_format translation.
ConfigTranslationUiSiteInformationTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationUiSiteInformationTest.php Translate site information to various languages.
ConfigTranslationUiSiteInformationTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationUiSiteInformationTest.php
ConfigTranslationUiSiteInformationTest::testSiteInformationTranslationUi function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiSiteInformationTest.php Tests the site information translation interface.
ConfigTranslationUiSiteInformationTest::testSourceValueDuplicateSave function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiSiteInformationTest.php Tests the site information translation interface.
ConfigTranslationUiTestBase::setSiteInformation function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTestBase.php Sets site name and slogan for default language, helps in tests.
ConfigTranslationViewListUiTest::testTimestampFormatterTranslation function core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php Test to ensure that TimestampFormatter translation works.
ConfigurableActionBase::validateConfigurationForm function core/lib/Drupal/Core/Action/ConfigurableActionBase.php Form validation handler.
ConfigurableImageEffectBase::submitConfigurationForm function core/modules/image/src/ConfigurableImageEffectBase.php
ConfigurableImageEffectBase::validateConfigurationForm function core/modules/image/src/ConfigurableImageEffectBase.php
ConfigurableLanguageJsonAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php The format to use in this test.
ConfigurableLanguageJsonBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The format to use in this test.
ConfigurableLanguageJsonCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php The format to use in this test.
ConfigurableLanguageXmlAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php The format to use in this test.
ConfigurableLanguageXmlBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The format to use in this test.
ConfigurableLanguageXmlCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The format to use in this test.
ConfigurableSearchPluginBase::validateConfigurationForm function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Form validation handler.
ConfigureBlockFormBase class core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Provides a base form for configuring a block.
ConfigureBlockFormBase.php file core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
ConfigureBlockFormBase::$block property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The plugin being configured.
ConfigureBlockFormBase::$blockManager property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The block manager.
ConfigureBlockFormBase::$delta property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The field delta.
ConfigureBlockFormBase::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The layout tempstore repository.
ConfigureBlockFormBase::$pluginFormFactory property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The plugin form manager.
ConfigureBlockFormBase::$region property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The current region.
ConfigureBlockFormBase::$sectionStorage property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The section storage.
ConfigureBlockFormBase::$uuid property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The UUID of the component.
ConfigureBlockFormBase::$uuidGenerator property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The UUID generator.
ConfigureBlockFormBase::create function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Instantiates a new instance of this class.
ConfigureBlockFormBase::doBuildForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Builds the form for the block.
ConfigureBlockFormBase::getBaseFormId function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Returns a string identifying the base form.
ConfigureBlockFormBase::getCurrentComponent function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Retrieves the current component being edited by the form.
ConfigureBlockFormBase::getCurrentSection function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Retrieves the current layout section being edited by the form.
ConfigureBlockFormBase::getPluginForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Retrieves the plugin form for a given block.
ConfigureBlockFormBase::getSectionStorage function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Retrieves the section storage object.
ConfigureBlockFormBase::submitForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Form submission handler.
ConfigureBlockFormBase::submitLabel function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Returns the label for the submit button.
ConfigureBlockFormBase::successfulAjaxSubmit function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Allows the form to respond to a successful AJAX submission.
ConfigureBlockFormBase::validateForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Form validation handler.
ConfigureBlockFormBase::__construct function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Constructs a new block form.
ConfigureSectionForm class core/modules/layout_builder/src/Form/ConfigureSectionForm.php Provides a form for configuring a layout section.
ConfigureSectionForm.php file core/modules/layout_builder/src/Form/ConfigureSectionForm.php
ConfigureSectionForm::$delta property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The field delta.

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