Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
sdc_test_invalid.info.yml file core/modules/system/tests/modules/sdc_test_invalid/sdc_test_invalid.info.yml core/modules/system/tests/modules/sdc_test_invalid/sdc_test_invalid.info.yml
sdc_test_replacements_invalid.info.yml file core/modules/system/tests/modules/sdc_test_replacements_invalid/sdc_test_replacements_invalid.info.yml core/modules/system/tests/modules/sdc_test_replacements_invalid/sdc_test_replacements_invalid.info.yml
sdc_theme_test_enforce_schema_invalid.info.yml file core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml
Search::validateExposed function core/modules/search/src/Plugin/views/filter/Search.php Validate the exposed handler form.
SearchBlockForm::getFormId function core/modules/search/src/Form/SearchBlockForm.php Returns a unique string identifying the form.
SearchBlockPageIdUpdatePathTest class core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Tests update path for the search block's `page_id` setting from '' to NULL.
SearchBlockPageIdUpdatePathTest.php file core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles function core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Set database dump files to be used.
SearchBlockPageIdUpdatePathTest::testRunUpdates function core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Tests update path for the search block's `page_id` setting from '' to NULL.
SearchEmbeddedForm::getFormId function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Returns a unique string identifying the form.
SearchIndexTest::testSearchIndexServiceIsBackendOverridable function core/modules/search/tests/src/Kernel/SearchIndexTest.php Test that the service "search.index" is backend overridable.
SearchPage::$id property core/modules/search/src/Entity/SearchPage.php The name (plugin ID) of the search page entity.
SearchPage::getIds function core/modules/search/src/Plugin/migrate/source/d6/SearchPage.php Defines the source fields uniquely identifying a source row.
SearchPage::getIds function core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php Defines the source fields uniquely identifying a source row.
SearchPageForm::getFormId function core/modules/search/src/Form/SearchPageForm.php Returns a unique string identifying the form.
SearchPageFormBase::getBaseFormId function core/modules/search/src/Form/SearchPageFormBase.php Returns a string identifying the base form.
SearchPageFormBase::validateForm function core/modules/search/src/Form/SearchPageFormBase.php Form validation handler.
SearchPageListBuilder::getFormId function core/modules/search/src/SearchPageListBuilder.php Returns a unique string identifying the form.
SearchPageListBuilder::validateAddSearchPage function core/modules/search/src/SearchPageListBuilder.php Form validation handler for adding a new search page.
SearchPageListBuilder::validateForm function core/modules/search/src/SearchPageListBuilder.php Form validation handler.
SearchPageOverrideTest class core/modules/search/tests/src/Functional/SearchPageOverrideTest.php Tests if the result page can be overridden.
SearchPageOverrideTest.php file core/modules/search/tests/src/Functional/SearchPageOverrideTest.php
SearchPageOverrideTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchPageOverrideTest.php The theme to install as the default for testing.
SearchPageOverrideTest::$modules property core/modules/search/tests/src/Functional/SearchPageOverrideTest.php Modules to install.
SearchPageOverrideTest::$searchUser property core/modules/search/tests/src/Functional/SearchPageOverrideTest.php A user with permission to administer search.
SearchPageOverrideTest::setUp function core/modules/search/tests/src/Functional/SearchPageOverrideTest.php
SearchPageOverrideTest::testSearchPageHook function core/modules/search/tests/src/Functional/SearchPageOverrideTest.php Tests that the search results page can be overridden by a custom plugin.
SearchPageResourceTestBase::$entityTypeId property core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php The tested entity type.
SearchPageTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/SearchPageTest.php The tested entity type.
SearchPageTest::$entityTypeId property core/modules/search/tests/src/Functional/Jsonapi/SearchPageTest.php The tested entity type.
SearchPageTest::providerSource function core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php Provides source data for ::testSource.
SearchPageTest::providerSource function core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php Provides source data for ::testSource.
SearchPageValidationTest class core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Tests validation of search_page entities.
SearchPageValidationTest.php file core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
SearchPageValidationTest::$modules property core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Modules to install.
SearchPageValidationTest::setUp function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
SearchPageValidationTest::testBaseRouteIsValid function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Test that the base route stored in definition is correct.
SearchPageValidationTest::testInvalidPluginId function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Tests that the search plugin ID is validated.
SearchPlugin::$id property core/modules/search/src/Annotation/SearchPlugin.php A unique identifier for the search plugin.
SearchPluginCollection::$searchPageId property core/modules/search/src/Plugin/SearchPluginCollection.php The unique ID for the search page using this plugin collection.
search_post_update_block_with_empty_page_id function core/modules/search/search.post_update.php Updates Search Blocks' without an explicit `page_id` from '' to NULL.
Section::$layoutId property core/modules/layout_builder/src/Section.php The layout plugin ID.
Section::getLayoutId function core/modules/layout_builder/src/Section.php Gets the layout plugin ID for this section.
Section::getThirdPartyProviders function core/modules/layout_builder/src/Section.php Gets the list of third parties that store information.
SectionComponent::$uuid property core/modules/layout_builder/src/SectionComponent.php The UUID of the component.
SectionComponent::getPluginId function core/modules/layout_builder/src/SectionComponent.php Gets the plugin ID.
SectionComponent::getUuid function core/modules/layout_builder/src/SectionComponent.php Gets the UUID for this component.
SectionListTestBase::providerTestRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Provides test data for ::testRemoveAllSections().
SectionListTestBase::testGetSectionInvalidDelta function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests get section invalid delta.
SectionRenderTest::testToRenderArrayMissingPluginId function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests to render array missing plugin id.

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