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
SymfonyMailerTest::testFormatResemblesHtml function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php Tests that mixed plain text and html body is converted correctly.
SyslogHooks::formSystemLoggingSettingsAlter function core/modules/syslog/src/Hook/SyslogHooks.php Implements hook_form_FORM_ID_alter().
system-config-form.html.twig file core/themes/stable9/templates/admin/system-config-form.html.twig Theme override for a system settings form.
system-config-form.html.twig file core/modules/system/templates/system-config-form.html.twig Default theme implementation for a system settings form.
system.performance.yml file core/modules/system/config/install/system.performance.yml core/modules/system/config/install/system.performance.yml
system.performance.yml file core/tests/fixtures/config_install/testing_config_install/system.performance.yml core/tests/fixtures/config_install/testing_config_install/system.performance.yml
system.performance.yml file core/tests/fixtures/config_install/multilingual/system.performance.yml core/tests/fixtures/config_install/multilingual/system.performance.yml
SystemBrandingBlock::blockForm function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingOffCanvasForm class core/modules/system/src/Form/SystemBrandingOffCanvasForm.php The settings_tray form handler for the SystemBrandingBlock.
SystemBrandingOffCanvasForm.php file core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
SystemBrandingOffCanvasForm::$configFactory property core/modules/system/src/Form/SystemBrandingOffCanvasForm.php The config factory.
SystemBrandingOffCanvasForm::$currentUser property core/modules/system/src/Form/SystemBrandingOffCanvasForm.php The current user.
SystemBrandingOffCanvasForm::$plugin property core/modules/system/src/Form/SystemBrandingOffCanvasForm.php The block plugin.
SystemBrandingOffCanvasForm::buildConfigurationForm function core/modules/system/src/Form/SystemBrandingOffCanvasForm.php Form constructor.
SystemBrandingOffCanvasForm::create function core/modules/system/src/Form/SystemBrandingOffCanvasForm.php Instantiates a new instance of this class.
SystemBrandingOffCanvasForm::submitConfigurationForm function core/modules/system/src/Form/SystemBrandingOffCanvasForm.php Form submission handler.
SystemBrandingOffCanvasForm::validateConfigurationForm function core/modules/system/src/Form/SystemBrandingOffCanvasForm.php Form validation handler.
SystemBrandingOffCanvasForm::__construct function core/modules/system/src/Form/SystemBrandingOffCanvasForm.php SystemBrandingOffCanvasForm constructor.
SystemConfigFormTest class core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php Tests the SystemConfigFormTestBase class.
SystemConfigFormTest.php file core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
SystemConfigFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php The theme to install as the default for testing.
SystemConfigFormTest::$modules property core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php Modules to install.
SystemConfigFormTest::testSystemConfigForm function core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php Tests the SystemConfigFormTestBase class.
SystemConfigFormTestForm class core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Tests the ConfigFormBase class.
SystemConfigFormTestForm.php file core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php
SystemConfigFormTestForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Gets the configuration names that will be editable.
SystemConfigFormTestForm::getFormId function core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Returns a unique string identifying the form.
SystemController::$formBuilder property core/modules/system/src/Controller/SystemController.php The form builder service.
SystemHooks::systemEntityFormModePresave function core/modules/system/src/Hook/SystemHooks.php Implements hook_entity_form_mode_presave().
SystemMenuBlock::blockForm function core/modules/system/src/Plugin/Block/SystemMenuBlock.php
SystemMenuOffCanvasForm class core/modules/system/src/Form/SystemMenuOffCanvasForm.php The setting_tray form handler for the SystemMenuBlock.
SystemMenuOffCanvasForm.php file core/modules/system/src/Form/SystemMenuOffCanvasForm.php
SystemMenuOffCanvasForm::$configFactory property core/modules/system/src/Form/SystemMenuOffCanvasForm.php The config factory.
SystemMenuOffCanvasForm::$entityTypeManager property core/modules/system/src/Form/SystemMenuOffCanvasForm.php
SystemMenuOffCanvasForm::$menu property core/modules/system/src/Form/SystemMenuOffCanvasForm.php The menu entity that the block uses and that will be edited in this form.
SystemMenuOffCanvasForm::$menuStorage property core/modules/system/src/Form/SystemMenuOffCanvasForm.php
SystemMenuOffCanvasForm::$plugin property core/modules/system/src/Form/SystemMenuOffCanvasForm.php The plugin.
SystemMenuOffCanvasForm::buildConfigurationForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Form constructor.
SystemMenuOffCanvasForm::create function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Instantiates a new instance of this class.
SystemMenuOffCanvasForm::getEntityForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Gets the entity form for this menu.
SystemMenuOffCanvasForm::hasMenuOverrides function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Determines if the menu has configuration overrides.
SystemMenuOffCanvasForm::setPlugin function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Sets the plugin for this object.
SystemMenuOffCanvasForm::submitConfigurationForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Form submission handler.
SystemMenuOffCanvasForm::validateConfigurationForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Form validation handler.
SystemMenuOffCanvasForm::__construct function core/modules/system/src/Form/SystemMenuOffCanvasForm.php SystemMenuOffCanvasForm constructor.
SystemUpdate7000::transform function core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php Makes blog and forum permissions to be consistent with other content types.
system_post_update_convert_empty_description_entity_form_modes_to_null function core/modules/system/system.post_update.php Updates entity_form_mode descriptions from empty string to null.
Table::buildOptionsForm function core/modules/views/src/Plugin/views/style/Table.php Render the given style.
TableDragTestForm class core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Provides a form for draggable table testing.
TableDragTestForm.php file core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php

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