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/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
BulkFormTest::setUp function core/modules/views/tests/src/Functional/BulkFormTest.php
BulkFormTest::tearDown function core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php
BulkFormTest::testBulkDeletion function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Tests multiple deletion.
BulkFormTest::testBulkForm function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Tests the node bulk form.
BulkFormTest::testBulkForm function core/modules/views/tests/src/Functional/BulkFormTest.php Tests the bulk form.
BulkFormTest::testBulkForm function core/modules/user/tests/src/Functional/Views/BulkFormTest.php Tests the user bulk form.
BulkFormTest::testBulkFormCombineFilter function core/modules/user/tests/src/Functional/Views/BulkFormTest.php Tests the user bulk form with a combined field filter on the bulk column.
BulkFormTest::testConfirmRouteWithParameters function core/modules/views/tests/src/Functional/BulkFormTest.php Tests that route parameters are passed to the confirmation form route.
BulkFormTest::testViewsForm function core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php Tests views form.
BundleEntityFormBase class core/lib/Drupal/Core/Entity/BundleEntityFormBase.php Class BundleEntityFormBase is a base form for bundle config entities.
BundleEntityFormBase.php file core/lib/Drupal/Core/Entity/BundleEntityFormBase.php
BundleEntityFormBase::protectBundleIdElement function core/lib/Drupal/Core/Entity/BundleEntityFormBase.php Protects the bundle entity's ID property's form element against changes.
ByteSizeMarkupTest::providerTestCommonFormatSize function core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php Provides a list of byte size to test.
ByteSizeMarkupTest::testCommonFormatSize function core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php Tests common format size.
cache_context.request_format service core/core.services.yml Drupal\Core\Cache\Context\RequestFormatCacheContext
Callback::transform function core/modules/migrate/src/Plugin/migrate/process/Callback.php Performs the associated process.
Callbacks::entityTestFormValidate function core/modules/system/tests/modules/entity_test/src/Callbacks.php Validation handler for the entity_test entity form.
Callbacks::entityTestFormValidateCheck function core/modules/system/tests/modules/entity_test/src/Callbacks.php Validation handler for the entity_test entity form.
Callbacks::lazyLoadFormAjax function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form.
Callbacks::userRegisterFormRebuild function core/modules/system/tests/modules/form_test/src/Callbacks.php Submit callback that just lets the form rebuild.
Callbacks::validationFormCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects the 'driver_text' element of the validation form.
Callbacks::validationNumberFormCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects the 'driver_number' element of the validation form.
ChangeUserRoleBase::buildConfigurationForm function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Form constructor.
ChangeUserRoleBase::submitConfigurationForm function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Form submission handler.
CheckboxTest::testFormCheckbox function core/modules/system/tests/src/Functional/Form/CheckboxTest.php Tests various checkbox configurations in the form API.
CKEditor5::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form constructor.
CKEditor5::getEventualEditorWithPrimedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the eventual text format config entity: from form state + editor.
CKEditor5::getSubmittedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the submitted text format config entity from form state.
CKEditor5::injectPluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Injects the CKEditor plugins settings forms as a vertical tabs subform.
CKEditor5::mapPairViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor + Text Format pair property paths to form names.
CKEditor5::mapViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor config object property paths to form names.
CKEditor5::shouldHaveVisiblePluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Determines whether the plugin settings form should be visible.
CKEditor5::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form submission handler.
CKEditor5::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form validation handler.
Ckeditor5Hooks::formFilterFormatFormAlter function core/modules/ckeditor5/src/Hook/Ckeditor5Hooks.php Implements hook_form_FORM_ID_alter().
Ckeditor5ReadOnlyModeHooks::formNodePageFormAlter function core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/src/Hook/Ckeditor5ReadOnlyModeHooks.php Implements hook_form_FORM_ID_alter().
CKEditor5Test::providerPathsToFormNames function core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php Data provider for testing mapViolationPropertyPathsToFormNames.
CKEditor5Test::SIMULATED_FORM_STRUCTURE constant core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php Simulated CKEditor5::buildConfigurationForm() form structure.
CKEditor5Test::testPathsToFormNames function core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php Tests paths to form names.
CKEditor5TestBase::addNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Add and save a new text format using CKEditor 5.
CKEditor5TestBase::createNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Create a new text format using CKEditor 5.
CKEditor5TestBase::saveNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Save the new text format.
ckeditor5_filter_format_edit_form_submit function core/modules/ckeditor5/ckeditor5.module Form submission handler for filter format forms.
ClaroEntityDisplayTest::testEntityForm function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
ClaroFormHooks class core/themes/claro/src/Hook/ClaroFormHooks.php Form hooks for claro.
ClaroFormHooks.php file core/themes/claro/src/Hook/ClaroFormHooks.php
ClaroFormHooks::formAlter function core/themes/claro/src/Hook/ClaroFormHooks.php Implements hook_form_alter().
ClaroPreRender::textFormat function core/themes/claro/src/ClaroPreRender.php Prerender callback for text_format elements.
claro_form_media_form_alter function core/themes/claro/claro.theme Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm.
claro_form_media_library_add_form_alter function core/themes/claro/claro.theme Implements hook_form_BASE_FORM_ID_alter().

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