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
SearchAdvancedSearchFormTest.php file core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
SearchAdvancedSearchFormTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php The theme to install as the default for testing.
SearchAdvancedSearchFormTest::$modules property core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Modules to install.
SearchAdvancedSearchFormTest::$node property core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php A node to use for testing.
SearchAdvancedSearchFormTest::setUp function core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
SearchAdvancedSearchFormTest::testFormRefill function core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Tests that after submitting the advanced search form, the form is refilled.
SearchAdvancedSearchFormTest::testNodeType function core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Tests advanced search by node type.
SearchBlock::$formBuilder property core/modules/search/src/Plugin/Block/SearchBlock.php The form builder.
SearchBlock::blockForm function core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlockForm class core/modules/search/src/Form/SearchBlockForm.php Builds the search form for the search block.
SearchBlockForm.php file core/modules/search/src/Form/SearchBlockForm.php
SearchBlockForm::$configFactory property core/modules/search/src/Form/SearchBlockForm.php The config factory.
SearchBlockForm::$renderer property core/modules/search/src/Form/SearchBlockForm.php The renderer.
SearchBlockForm::$searchPageRepository property core/modules/search/src/Form/SearchBlockForm.php The search page repository.
SearchBlockForm::buildForm function core/modules/search/src/Form/SearchBlockForm.php Form constructor.
SearchBlockForm::create function core/modules/search/src/Form/SearchBlockForm.php Instantiates a new instance of the implementing class using autowiring.
SearchBlockForm::getFormId function core/modules/search/src/Form/SearchBlockForm.php Returns a unique string identifying the form.
SearchBlockForm::submitForm function core/modules/search/src/Form/SearchBlockForm.php Form submission handler.
SearchBlockForm::__construct function core/modules/search/src/Form/SearchBlockForm.php Constructs a new SearchBlockForm.
SearchBlockTest::testSearchFormBlock function core/modules/search/tests/src/Functional/SearchBlockTest.php Tests that the search form block can be placed and works.
SearchConfigSettingsFormTest class core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Verify the search config settings form.
SearchConfigSettingsFormTest.php file core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
SearchConfigSettingsFormTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php The theme to install as the default for testing.
SearchConfigSettingsFormTest::$modules property core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Modules to install.
SearchConfigSettingsFormTest::$searchNode property core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Node indexed for searching.
SearchConfigSettingsFormTest::$searchUser property core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php User who can search and administer search.
SearchConfigSettingsFormTest::assertDefaultSearch function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Checks that the default search page matches expectations.
SearchConfigSettingsFormTest::setDefaultThroughUi function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Sets a search page as the default in the UI.
SearchConfigSettingsFormTest::setUp function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
SearchConfigSettingsFormTest::testDefaultSearchPageOrdering function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Tests the ordering of search pages on a clean install.
SearchConfigSettingsFormTest::testMultipleSearchPages function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testRouteProtection function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Tests that the enable/disable/default routes are protected from CSRF.
SearchConfigSettingsFormTest::testSearchModuleDisabling function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Verifies that you can disable individual search plugins.
SearchConfigSettingsFormTest::testSearchModuleSettingsPage function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Verifies plugin-supplied settings form.
SearchConfigSettingsFormTest::testSearchSettingsPage function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Verifies the search settings form.
SearchConfigSettingsFormTest::verifySearchPageOperations function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Checks that the search page operations match expectations.
SearchConfigurationRankings::transform function core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php Generate the configuration rankings.
SearchController::performOperation function core/modules/search/src/Controller/SearchController.php Performs an operation on the search page entity.
SearchEmbeddedForm class core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Form controller for search_embedded_form form.
SearchEmbeddedForm.php file core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php
SearchEmbeddedForm::buildForm function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Form constructor.
SearchEmbeddedForm::getFormId function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Returns a unique string identifying the form.
SearchEmbeddedForm::submitForm function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Form submission handler.
SearchEmbeddedFormThemeHooks class core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php Theme hook implementations for search_embedded_form module.
SearchEmbeddedFormThemeHooks.php file core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php
SearchEmbeddedFormThemeHooks::preprocessSearchResult function core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php Implements hook_preprocess_HOOK().
SearchEmbeddedFormThemeHooks::__construct function core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php
SearchEmbedFormTest class core/modules/search/tests/src/Functional/SearchEmbedFormTest.php Verifies that a form embedded in search results works.
SearchEmbedFormTest.php file core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
SearchEmbedFormTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchEmbedFormTest.php The theme to install as the default for testing.

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