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
RedirectFormBlock.php file core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php
RedirectFormBlock::$formBuilder property core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php The form builder.
RedirectFormBlock::build function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php Builds and returns the renderable array for this block plugin.
RedirectFormBlock::__construct function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php Constructs a new RedirectFormBlock.
RegionalForm class core/modules/system/src/Form/RegionalForm.php Configure regional settings for this site.
RegionalForm.php file core/modules/system/src/Form/RegionalForm.php
RegionalForm::$countryManager property core/modules/system/src/Form/RegionalForm.php The country manager.
RegionalForm::buildForm function core/modules/system/src/Form/RegionalForm.php Form constructor.
RegionalForm::create function core/modules/system/src/Form/RegionalForm.php Instantiates a new instance of the implementing class using autowiring.
RegionalForm::getFormId function core/modules/system/src/Form/RegionalForm.php Returns a unique string identifying the form.
RegionalForm::loadDefaultTimeZone function core/modules/system/src/Form/RegionalForm.php Prepares the saved timezone.default property to be displayed in the form.
RegionalForm::__construct function core/modules/system/src/Form/RegionalForm.php Constructs a RegionalForm object.
RegionalSettingsFormTest class core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php Tests the system_regional_settings form.
RegionalSettingsFormTest.php file core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
RegionalSettingsFormTest::$adminAccount property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php A user with permission to administer site configuration.
RegionalSettingsFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php The theme to install as the default for testing.
RegionalSettingsFormTest::$modules property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php Modules to install.
RegionalSettingsFormTest::testRegionalSettingsForm function core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php Tests the system_regional_settings form.
RegisterForm class core/modules/user/src/RegisterForm.php Form handler for the user register forms.
RegisterForm.php file core/modules/user/src/RegisterForm.php
RegisterForm::actions function core/modules/user/src/RegisterForm.php Returns an array of supported actions for the current entity form.
RegisterForm::form function core/modules/user/src/RegisterForm.php Gets the actual form array to be built.
RegisterForm::save function core/modules/user/src/RegisterForm.php Form submission handler for the 'save' action.
RegisterForm::submitForm function core/modules/user/src/RegisterForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
RegisterSerializationClassesCompilerPass::FORMAT constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The ID for the JSON:API format.
RegistryTest::testGetRegistryForModule function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Tests getting the theme registry defined by a module.
ReindexConfirm::getFormId function core/modules/search/src/Form/ReindexConfirm.php Returns a unique string identifying the form.
ReindexConfirm::submitForm function core/modules/search/src/Form/ReindexConfirm.php Form submission handler.
RelationshipPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Provide a form to edit options for this plugin.
remove-description-from-user-register-form-mode.php file core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php Empties the description of the user register form mode.
remove-format.css file core/modules/ckeditor5/css/remove-format.css .ckeditor5-toolbar-button-removeFormat {
background-image: url(../icons/remove-format.svg);
}
RemoveBlockForm class core/modules/layout_builder/src/Form/RemoveBlockForm.php Provides a form to confirm the removal of a block.
RemoveBlockForm.php file core/modules/layout_builder/src/Form/RemoveBlockForm.php
RemoveBlockForm::$region property core/modules/layout_builder/src/Form/RemoveBlockForm.php The current region.
RemoveBlockForm::$uuid property core/modules/layout_builder/src/Form/RemoveBlockForm.php The UUID of the block being removed.
RemoveBlockForm::buildForm function core/modules/layout_builder/src/Form/RemoveBlockForm.php Form constructor.
RemoveBlockForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a caption for the button that confirms the action.
RemoveBlockForm::getFormId function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a unique string identifying the form.
RemoveBlockForm::getQuestion function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns the question to ask the user.
RemoveBlockForm::handleSectionStorage function core/modules/layout_builder/src/Form/RemoveBlockForm.php Performs any actions on the section storage before saving.
RemoveSectionForm class core/modules/layout_builder/src/Form/RemoveSectionForm.php Provides a form to confirm the removal of a section.
RemoveSectionForm.php file core/modules/layout_builder/src/Form/RemoveSectionForm.php
RemoveSectionForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns a caption for the button that confirms the action.
RemoveSectionForm::getFormId function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns a unique string identifying the form.
RemoveSectionForm::getQuestion function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns the question to ask the user.
RemoveSectionForm::handleSectionStorage function core/modules/layout_builder/src/Form/RemoveSectionForm.php Performs any actions on the section storage before saving.
RenderedEntity::buildOptionsForm function core/modules/views/src/Plugin/views/field/RenderedEntity.php Default option form that provides label widget that all fields should have.
RenderElement::preRenderAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Adds Ajax information about an element to communicate with JavaScript.
RenderElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Form element processing handler for the #ajax form property.
RenderElementBase::preRenderAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Adds Ajax information about an element to communicate with JavaScript.

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