Search for form
- Search 7.x for form
- Search 9.5.x for form
- Search 8.9.x for form
- Search 10.3.x for form
- Search 11.x for form
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Form | class | core/ |
Form to test _form routing. |
| Form | class | core/ |
Provides a render element for a form. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_default_admin_content_form_routes | function | core/ |
Register routes to apply admin’s content edit form layout. |
| hook_default_admin_content_form_routes_alter | function | core/ |
Alter the registered routes to enable or disable admin’s edit form layout. |
| hook_entity_form_display_alter | function | core/ |
Alter the settings used for displaying an entity form. |
| hook_entity_form_mode_alter | function | core/ |
Change the form mode used to build an entity form. |
| hook_entity_prepare_form | function | core/ |
Acts on an entity object about to be shown on an entity form. |
| hook_ENTITY_TYPE_form_mode_alter | function | core/ |
Change the form mode of a specific entity type currently being displayed. |
| hook_ENTITY_TYPE_prepare_form | function | core/ |
Acts on a particular type of entity object about to be in an entity form. |
| hook_field_formatter_info_alter | function | core/ |
Perform alterations on Field API formatter types. |
| hook_field_formatter_settings_summary_alter | function | core/ |
Alters the field formatter settings summary. |
| hook_field_formatter_third_party_settings_form | function | core/ |
Allow modules to add settings to field formatters provided by other modules. |
| hook_field_widget_complete_form_alter | function | core/ |
Alter the complete form for field widgets provided by other modules. |
| hook_field_widget_complete_WIDGET_TYPE_form_alter | function | core/ |
Alter the complete form for a specific widget provided by other modules. |
| hook_field_widget_single_element_form_alter | function | core/ |
Alter forms for field widgets provided by other modules. |
| hook_field_widget_single_element_WIDGET_TYPE_form_alter | function | core/ |
Alter widget forms for a specific widget provided by another module. |
| hook_field_widget_third_party_settings_form | function | core/ |
Allow modules to add settings to field widgets provided by other modules. |
| hook_filter_format_disable | function | core/ |
Perform actions when a text format has been disabled. |
| hook_form_alter | function | core/ |
Perform alterations before a form is rendered. |
| hook_form_BASE_FORM_ID_alter | function | core/ |
Provide a form-specific alteration for shared ('base') forms. |
| hook_form_FORM_ID_alter | function | core/ |
Provide a form-specific alteration instead of the global hook_form_alter(). |
| hook_form_system_theme_settings_alter | function | core/ |
Allow themes to alter the theme-specific settings form. |
| hook_user_format_name_alter | function | core/ |
Alter the username that is displayed for a user. |
| hook_views_form_substitutions | function | core/ |
Replace special strings when processing a view with form elements. |
| hook_views_plugins_exposed_form_alter | function | core/ |
Modify the list of available views exposed form plugins. |
| Html::transformRootRelativeUrlsToAbsolute | function | core/ |
Converts all root-relative URLs to absolute URLs. |
| HtmlEntityFormController | class | core/ |
Wrapping controller for entity forms that serve as the main page body. |
| HtmlEntityFormController.php | file | core/ |
|
| HtmlEntityFormController::$entityTypeManager | property | core/ |
The entity type manager service. |
| HtmlEntityFormController::getFormArgument | function | core/ |
|
| HtmlEntityFormController::getFormObject | function | core/ |
Instead of a class name or service ID, $form_arg will be a string representing the entity and operation being performed. Consider the following route: |
| HtmlEntityFormController::__construct | function | core/ |
Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object. |
| HtmlFormController | class | core/ |
Wrapping controller for forms that serve as the main page body. |
| HtmlFormController.php | file | core/ |
|
| HtmlFormController::$classResolver | property | core/ |
The class resolver. |
| HtmlFormController::getFormArgument | function | core/ |
|
| HtmlFormController::getFormObject | function | core/ |
|
| HtmlFormController::__construct | function | core/ |
Constructs a new \Drupal\Core\Controller\HtmlFormController object. |
| HtmlList::buildOptionsForm | function | core/ |
Render the given style. |
| HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes | function | core/ |
Formats an attribute string for an HTTP header. |
| HTMLRestrictions::fromTextFormat | function | core/ |
Constructs a set of HTML restrictions matching the given text format. |
| HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute | function | core/ |
Provides test data for testTransformRootRelativeUrlsToAbsolute(). |
| HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion | function | core/ |
Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion(). |
| HtmlTest::testTransformRootRelativeUrlsToAbsolute | function | core/ |
Tests transform root relative urls to absolute. |
| HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion | function | core/ |
Tests transform root relative urls to absolute assertion. |
| HtmxDynamicFormTest | class | core/ |
Tests that dynamic forms powered by HTMX work as expected. |
| HtmxDynamicFormTest.php | file | core/ |
|
| HtmxDynamicFormTest::$defaultTheme | property | core/ |
|
| HtmxDynamicFormTest::$modules | property | core/ |
|
| HtmxDynamicFormTest::testHtmxForm | function | core/ |
Tests HTMX form functionality. |
| HtmxRendererTest::testWrapperFormat | function | core/ |
Test triggering the renderer with _wrapper_format. |
| HtmxTestAjaxForm | class | core/ |
A small form used to insert an HTMX powered element using ajax API. |
Pagination
- Previous page
- Page 117
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.