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
MenuXmlCookieTest::$format property core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php The format to use in this test.
menu_ui_form_node_form_submit function core/modules/menu_ui/menu_ui.module Form submission handler for menu item field on the node form.
menu_ui_form_node_type_form_builder function core/modules/menu_ui/menu_ui.module Entity builder for the node type form with menu options.
menu_ui_form_node_type_form_validate function core/modules/menu_ui/menu_ui.module Validate handler for forms with menu options.
Message::getContactForm function core/modules/contact/src/Entity/Message.php Returns the form this contact message belongs to.
MessageAction::buildConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php Form constructor.
MessageAction::submitConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php Form submission handler.
MessageCommandTest::waitForMessageRemoved function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php Asserts that a message of the expected type is removed.
MessageCommandTest::waitForMessageVisible function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php Asserts that a message of the expected type appears.
MessageForm class core/modules/contact/src/MessageForm.php Form controller for contact message forms.
MessageForm class core/modules/migrate/src/Form/MessageForm.php Migrate messages form.
MessageForm.php file core/modules/migrate/src/Form/MessageForm.php
MessageForm.php file core/modules/contact/src/MessageForm.php
MessageForm::$dateFormatter property core/modules/contact/src/MessageForm.php The date formatter service.
MessageForm::$entity property core/modules/contact/src/MessageForm.php The message being used by this form.
MessageForm::$flood property core/modules/contact/src/MessageForm.php The flood control mechanism.
MessageForm::$languageManager property core/modules/contact/src/MessageForm.php The language manager service.
MessageForm::$mailHandler property core/modules/contact/src/MessageForm.php The contact mail handler service.
MessageForm::actions function core/modules/contact/src/MessageForm.php Returns an array of supported actions for the current entity form.
MessageForm::buildForm function core/modules/migrate/src/Form/MessageForm.php Form constructor.
MessageForm::create function core/modules/migrate/src/Form/MessageForm.php Instantiates a new instance of the implementing class using autowiring.
MessageForm::create function core/modules/contact/src/MessageForm.php Instantiates a new instance of the implementing class using autowiring.
MessageForm::form function core/modules/contact/src/MessageForm.php Gets the actual form array to be built.
MessageForm::getFormId function core/modules/migrate/src/Form/MessageForm.php Returns a unique string identifying the form.
MessageForm::preview function core/modules/contact/src/MessageForm.php Form submission handler for the 'preview' action.
MessageForm::resetForm function core/modules/migrate/src/Form/MessageForm.php Resets the filter form.
MessageForm::save function core/modules/contact/src/MessageForm.php Form submission handler for the 'save' action.
MessageForm::submitForm function core/modules/migrate/src/Form/MessageForm.php Form submission handler.
MessageForm::validateForm function core/modules/contact/src/MessageForm.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
MessageForm::__construct function core/modules/contact/src/MessageForm.php Constructs a MessageForm object.
MessageInterface::getContactForm function core/modules/contact/src/MessageInterface.php Returns the form this contact message belongs to.
MessageJsonAnonTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php The format to use in this test.
MessageJsonBasicAuthTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php The format to use in this test.
MessageJsonCookieTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php The format to use in this test.
MessageXmlAnonTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php The format to use in this test.
MessageXmlBasicAuthTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php The format to use in this test.
MessageXmlCookieTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php The format to use in this test.
MigrateBlockContentEntityFormDisplayTest class core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php Tests migration of block content body field form display configuration.
MigrateBlockContentEntityFormDisplayTest.php file core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php
MigrateBlockContentEntityFormDisplayTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php Modules to install.
MigrateBlockContentEntityFormDisplayTest::assertDisplay function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php Asserts a display entity.
MigrateBlockContentEntityFormDisplayTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php
MigrateBlockContentEntityFormDisplayTest::testMigration function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php Tests the migrated display configuration.
MigrateCommentEntityFormDisplaySubjectTest class core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php Tests the migration of comment form's subject display from Drupal 6.
MigrateCommentEntityFormDisplaySubjectTest class core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php Tests the migration of comment form's subject display from Drupal 7.
MigrateCommentEntityFormDisplaySubjectTest.php file core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php
MigrateCommentEntityFormDisplaySubjectTest.php file core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php
MigrateCommentEntityFormDisplaySubjectTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php Modules to install.
MigrateCommentEntityFormDisplaySubjectTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php Modules to install.
MigrateCommentEntityFormDisplaySubjectTest::assertSubjectNotVisible function core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php Asserts that the comment subject field is not visible for a node type.

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