Search for getForm

  1. Search 7.x for getForm
  2. Search 9.5.x for getForm
  3. Search 8.9.x for getForm
  4. Search 11.x for getForm
  5. Other projects
Title Object type File name Summary
ConfigHandlerGroup::getFormKey function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Returns the key that represents this form.
ConfigImportForm::getFormId function core/modules/config/src/Form/ConfigImportForm.php Returns a unique string identifying the form.
ConfigSingleExportForm::getFormId function core/modules/config/src/Form/ConfigSingleExportForm.php Returns a unique string identifying the form.
ConfigSingleImportForm::getFormId function core/modules/config/src/Form/ConfigSingleImportForm.php Returns a unique string identifying the form.
ConfigSync::getFormId function core/modules/config/src/Form/ConfigSync.php Returns a unique string identifying the form.
ConfigTranslationAddForm::getFormId function core/modules/config_translation/src/Form/ConfigTranslationAddForm.php Returns a unique string identifying the form.
ConfigTranslationDeleteForm::getFormId function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Returns a unique string identifying the form.
ConfigTranslationEditForm::getFormId function core/modules/config_translation/src/Form/ConfigTranslationEditForm.php Returns a unique string identifying the form.
ConfigureSectionForm::getFormId function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Returns a unique string identifying the form.
ConfirmFormArrayPathTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns a unique string identifying the form.
ConfirmFormBase::getFormName function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getFormName function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the internal name used to refer to the confirmation item.
ConfirmFormTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a unique string identifying the form.
ContentEntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ContentEntityForm::getFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityForm.php Gets the form display.
ContentEntityForm::getFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityForm.php Gets the code identifying the active form language.
ContentEntityFormInterface::getFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the form display.
ContentEntityFormInterface::getFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the code identifying the active form language.
ContentLanguageSettingsForm::getFormId function core/modules/language/src/Form/ContentLanguageSettingsForm.php Returns a unique string identifying the form.
ContentModerationConfigureEntityTypesForm::getFormId function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Returns a unique string identifying the form.
ContentTranslationDeleteForm::getFormId function core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php Returns a unique string identifying the form.
ContentTranslationUITestBase::getFormSubmitAction function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the form action value to be used to submit the entity form.
ContentTranslationUITestBase::getFormSubmitActionForNewTranslation function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the form action value when submitting a new translation.
ContentTranslationUITestBase::getFormSubmitSuffix function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns appropriate submit button suffix based on translatability.
CopyFieldValueTestForm::getFormId function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Returns a unique string identifying the form.
CredentialForm::getFormId function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Returns a unique string identifying the form.
CronForm::getFormId function core/modules/system/src/Form/CronForm.php Returns a unique string identifying the form.
DatabaseTestForm::getFormId function core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php Returns a unique string identifying the form.
Date::getFormula function core/modules/views/src/Plugin/views/argument/Date.php
DatelistElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Returns a unique string identifying the form.
DatetimeElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Returns a unique string identifying the form.
DateTimeFormatterBase::getFormatSettings function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php Gets a settings array suitable for DrupalDateTime::format().
DateTimeFormInjectionTest::getFormId function core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php Returns a unique string identifying the form.
DblogClearLogConfirmForm::getFormId function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Returns a unique string identifying the form.
DblogFilterForm::getFormId function core/modules/dblog/src/Form/DblogFilterForm.php Returns a unique string identifying the form.
DbLogFormInjectionTest::getFormId function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Returns a unique string identifying the form.
DeleteForm::getFormId function core/modules/forum/src/Form/DeleteForm.php Returns a unique string identifying the form.
DeleteMultipleForm::getFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a unique string identifying the form.
DevelopmentSettingsForm::getFormId function core/modules/system/src/Form/DevelopmentSettingsForm.php Returns a unique string identifying the form.
DiscardLayoutChangesForm::getFormId function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns a unique string identifying the form.
Display::getForm function core/modules/views_ui/src/Form/Ajax/Display.php Creates a new instance of this form.
Display::getFormId function core/modules/views_ui/src/Form/Ajax/Display.php Returns a unique string identifying the form.
Display::getFormKey function core/modules/views_ui/src/Form/Ajax/Display.php Returns the key that represents this form.
Display::getFormState function core/modules/views_ui/src/Form/Ajax/Display.php @todo Remove this and switch all usage of $form_state->get('section') to
$form_state->get('type').
EditDetails::getFormId function core/modules/views_ui/src/Form/Ajax/EditDetails.php Returns a unique string identifying the form.
EditDetails::getFormKey function core/modules/views_ui/src/Form/Ajax/EditDetails.php Returns the key that represents this form.
EditorImageDialog::getFormId function core/modules/editor/src/Form/EditorImageDialog.php Returns a unique string identifying the form.
EditorLinkDialog::getFormId function core/modules/editor/src/Form/EditorLinkDialog.php Returns a unique string identifying the form.
EditorMediaDialog::getFormId function core/modules/media/src/Form/EditorMediaDialog.php Returns a unique string identifying the form.
ElementsFieldsetTest::getFormId function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Returns a unique string identifying the form.

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