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
hook_form_FORM_ID_alter function core/lib/Drupal/Core/Form/form.api.php Provide a form-specific alteration instead of the global hook_form_alter().
hook_form_system_theme_settings_alter function core/lib/Drupal/Core/Render/theme.api.php Allow themes to alter the theme-specific settings form.
hook_user_format_name_alter function core/modules/user/user.api.php Alter the username that is displayed for a user.
hook_views_form_substitutions function core/modules/views/views.api.php Replace special strings when processing a view with form elements.
hook_views_plugins_exposed_form_alter function core/modules/views/views.api.php Modify the list of available views exposed form plugins.
Html::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Component/Utility/Html.php Converts all root-relative URLs to absolute URLs.
HtmlEntityFormController class core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Wrapping controller for entity forms that serve as the main page body.
HtmlEntityFormController.php file core/lib/Drupal/Core/Entity/HtmlEntityFormController.php
HtmlEntityFormController::$entityTypeManager property core/lib/Drupal/Core/Entity/HtmlEntityFormController.php The entity type manager service.
HtmlEntityFormController::getFormArgument function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Extracts the form argument string from a request.
HtmlEntityFormController::getFormObject function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php 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/lib/Drupal/Core/Entity/HtmlEntityFormController.php Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.
HtmlFormController class core/lib/Drupal/Core/Controller/HtmlFormController.php Wrapping controller for forms that serve as the main page body.
HtmlFormController.php file core/lib/Drupal/Core/Controller/HtmlFormController.php
HtmlFormController::$classResolver property core/lib/Drupal/Core/Controller/HtmlFormController.php The class resolver.
HtmlFormController::getFormArgument function core/lib/Drupal/Core/Controller/HtmlFormController.php Extracts the form argument string from a request.
HtmlFormController::getFormObject function core/lib/Drupal/Core/Controller/HtmlFormController.php Returns the object used to build the form.
HtmlFormController::__construct function core/lib/Drupal/Core/Controller/HtmlFormController.php Constructs a new \Drupal\Core\Controller\HtmlFormController object.
HtmlList::buildOptionsForm function core/modules/views/src/Plugin/views/style/HtmlList.php Render the given style.
HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Formats an attribute string for an HTTP header.
HTMLRestrictions::fromTextFormat function core/modules/ckeditor5/src/HTMLRestrictions.php Constructs a set of HTML restrictions matching the given text format.
HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsolute().
HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion().
HtmlTest::testTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests transform root relative urls to absolute.
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests transform root relative urls to absolute assertion.
HtmxDynamicFormTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php Tests that dynamic forms powered by HTMX work as expected.
HtmxDynamicFormTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php
HtmxDynamicFormTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php The theme to install as the default for testing.
HtmxDynamicFormTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php Modules to install.
HtmxDynamicFormTest::testHtmxForm function core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php Tests HTMX form functionality.
HtmxRendererTest::testWrapperFormat function core/tests/Drupal/KernelTests/Core/Htmx/HtmxRendererTest.php Test triggering the renderer with _wrapper_format.
HtmxTestAjaxForm class core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestAjaxForm.php A small form used to insert an HTMX powered element using ajax API.
HtmxTestAjaxForm.php file core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestAjaxForm.php
HtmxTestAjaxForm::buildForm function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestAjaxForm.php Form constructor.
HtmxTestAjaxForm::getFormId function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestAjaxForm.php Returns a unique string identifying the form.
HtmxTestAjaxForm::submitForm function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestAjaxForm.php Form submission handler.
HtmxTestAttachmentsController::withWrapperFormat function core/modules/system/tests/modules/test_htmx/src/Controller/HtmxTestAttachmentsController.php Builds a response with an the wrapper format parameter on the request.
HtmxTestForm class core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php A small form used to test HTMX dynamic forms.
HtmxTestForm.php file core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php
HtmxTestForm::buildDependentOptions function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php
HtmxTestForm::buildForm function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php Form constructor.
HtmxTestForm::getFormId function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php Returns a unique string identifying the form.
HtmxTestForm::getTriggerElement function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php
HtmxTestForm::submitForm function core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php Form submission handler.
HttpExceptionSubscriberBase::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Specifies the request formats this subscriber will respond to.
HTTPStatusCode::buildOptionsForm function core/modules/views/src/Plugin/views/area/HTTPStatusCode.php Provide a form to edit options for this plugin.
IconExtractorBase::buildConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Form constructor.
IconExtractorBase::submitConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Form submission handler.
IconExtractorBase::validateConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Form validation handler.
IconExtractorPluginManager::getExtractorForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Get an extractor settings form.

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