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
ConfigTranslationEditForm::buildForm function core/modules/config_translation/src/Form/ConfigTranslationEditForm.php Implements \Drupal\Core\Form\FormInterface::buildForm().
ConfigTranslationEditForm::getFormId function core/modules/config_translation/src/Form/ConfigTranslationEditForm.php Returns a unique string identifying the form.
ConfigTranslationEditForm::submitForm function core/modules/config_translation/src/Form/ConfigTranslationEditForm.php Form submission handler.
ConfigTranslationFormAccess class core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php Checks access for displaying the translation add, edit, and delete forms.
ConfigTranslationFormAccess.php file core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php
ConfigTranslationFormAccess::access function core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php Checks access to the overview based on permissions and translatability.
ConfigTranslationFormAccess::doCheckAccess function core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php Checks access given an account, configuration mapper, and source language.
ConfigTranslationFormBase class core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Provides a base form for configuration translations.
ConfigTranslationFormBase.php file core/modules/config_translation/src/Form/ConfigTranslationFormBase.php
ConfigTranslationFormBase::$baseConfigData property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php An array of base language configuration data keyed by configuration names.
ConfigTranslationFormBase::$configMapperManager property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php The configuration mapper manager.
ConfigTranslationFormBase::$language property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php The language of the configuration translation.
ConfigTranslationFormBase::$languageManager property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php The language manager.
ConfigTranslationFormBase::$mapper property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php The mapper for configuration translation.
ConfigTranslationFormBase::$sourceLanguage property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php The language of the configuration translation source.
ConfigTranslationFormBase::$typedConfigManager property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php The typed configuration manager.
ConfigTranslationFormBase::buildForm function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Implements \Drupal\Core\Form\FormInterface::buildForm().
ConfigTranslationFormBase::create function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Instantiates a new instance of this class.
ConfigTranslationFormBase::createFormElement function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Creates a form element builder.
ConfigTranslationFormBase::getBaseFormId function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Returns a string identifying the base form.
ConfigTranslationFormBase::submitForm function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Form submission handler.
ConfigTranslationFormBase::__construct function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Constructs a ConfigTranslationFormBase.
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.
ConfigTranslationTestHooks::formConfigTranslationAddFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_FORM_ID_alter() for ConfigTranslationAddForm.
ConfigTranslationTestHooks::formConfigTranslationEditFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_FORM_ID_alter() for ConfigTranslationEditForm.
ConfigTranslationTestHooks::formConfigTranslationFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_BASE_FORM_ID_alter() for ConfigTranslationFormBase.
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 Form submission handler.
ConfigurableImageEffectBase::validateConfigurationForm function core/modules/image/src/ConfigurableImageEffectBase.php Form validation handler.
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.

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