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
MenuLinksetSettingsFormTest::$modules property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Modules to install.
MenuLinksetSettingsFormTest::$profile property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php The profile to install as a basis for testing.
MenuLinksetSettingsFormTest::testMenuLinksetSettingsForm function core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Tests the menu_linkset_settings form.
MenuLinksTest::testMenuLinkContentFormInvalidParentMenu function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that the form doesn't break for links with arbitrary menu names.
MenuLinkTree::transform function core/lib/Drupal/Core/Menu/MenuLinkTree.php Applies menu link tree manipulators to transform the given tree.
MenuLinkTreeInterface::transform function core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php Applies menu link tree manipulators to transform the given tree.
MenuParentFormSelector class core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Default implementation of the menu parent form selector service.
MenuParentFormSelector.php file core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
MenuParentFormSelector::$entityTypeManager property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The entity type manager service.
MenuParentFormSelector::$menuLinkTree property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The menu link tree service.
MenuParentFormSelector::getMenuOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets a list of menu names for use as options.
MenuParentFormSelector::getParentDepthLimit function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Returns the maximum depth of the possible parents of the menu link.
MenuParentFormSelector::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets the options for a select element to choose a menu and parent.
MenuParentFormSelector::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets a form element to choose a menu and parent.
MenuParentFormSelector::parentSelectOptionsTreeWalk function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Iterates over all items in the tree to prepare the parents select options.
MenuParentFormSelector::__construct function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Constructs a \Drupal\Core\Menu\MenuParentFormSelector.
MenuParentFormSelectorInterface interface core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Defines an interface for menu selector form elements and menu link options.
MenuParentFormSelectorInterface.php file core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php
MenuParentFormSelectorInterface::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets the options for a select element to choose a menu and parent.
MenuParentFormSelectorInterface::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets a form element to choose a menu and parent.
MenuUiHooks::formNodeFormAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeForm.
MenuUiHooks::formNodeTypeFormAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\node\Form\NodeTypeForm.
MenuUiNodeTest::testMenuNodeFormWidget function core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php Tests creating, editing, deleting menu links via node form widget.
MenuUiNodeTest::testMenuNodeWithGrantsFormWidget function core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php Tests creating menu links via node form widget for nodes with grants.
MenuUiNodeTest::testMultilingualMenuNodeFormWidget function core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php Testing correct loading and saving of menu links via node form widget in a multilingual environment.
MenuUiTest::doMenuLinkFormDefaultsTest function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Ensures that the proper default values are set when adding a menu link.
MenuXmlAnonTest::$format property core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php The format to use in this test.
MenuXmlBasicAuthTest::$format property core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php The format to use in this test.
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/migrate/src/Form/MessageForm.php Migrate messages form.
MessageForm class core/modules/contact/src/MessageForm.php Form controller for contact message forms.
MessageForm.php file core/modules/contact/src/MessageForm.php
MessageForm.php file core/modules/migrate/src/Form/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 this class.
MessageForm::create function core/modules/contact/src/MessageForm.php Instantiates a new instance of this class.

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