Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Search 11.x for conf
  6. Other projects
Title Object type File name Summary
RestResourceConfigXmlCookieTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php
RevertOverridesForm::getConfirmText function core/modules/layout_builder/src/Form/RevertOverridesForm.php
ReviewForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Returns a caption for the button that confirms the action.
RevisionDeleteForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionRevertForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php
RollbackTest::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php Disable strict config schema because this test explicitly makes the
recipe system save invalid config, to prove that it validates it after
the fact and raises an error.
RollbackTest::testRollbackForInvalidConfig function core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php Tests rollback for invalid config.
RotateImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
RotateImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
RotateImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
RotateImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
ScaleImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
SchemaCheckTestTrait::assertConfigSchema function core/tests/Drupal/Tests/SchemaCheckTestTrait.php Asserts the TypedConfigManager has a valid schema for the configuration.
SchemaCheckTestTrait::assertConfigSchemaByName function core/tests/Drupal/Tests/SchemaCheckTestTrait.php Asserts configuration, specified by name, has a valid schema.
SchemaCheckTrait::$configName property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The configuration object name under test.
SchemaCheckTrait::checkConfigSchema function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Checks the TypedConfigManager has a valid schema for the configuration.
SchemaCheckTraitTest::$typedConfig property core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php The typed config manager.
SchemaCheckTraitTest::providerCheckConfigSchema function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Returns test data for validating configuration schema.
SchemaCheckTraitTest::testCheckConfigSchema function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Tests \Drupal\Core\Config\Schema\SchemaCheckTrait.
SchemaConfigListenerTest class core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php Tests the functionality of ConfigSchemaChecker in KernelTestBase tests.
SchemaConfigListenerTest class core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests.
SchemaConfigListenerTest.php file core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest.php file core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest::$modules property core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest::$modules property core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest::setUp function core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTestTrait trait core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php Adds a test for the configuration schema checker use in tests.
SchemaConfigListenerTestTrait.php file core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php
SchemaConfigListenerTestTrait::testConfigSchemaChecker function core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaConfigListenerWebTest class core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests.
SchemaConfigListenerWebTest.php file core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
SchemaConfigListenerWebTest::$defaultTheme property core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
SchemaConfigListenerWebTest::$modules property core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
SchemaConfigListenerWebTest::testConfigSchemaChecker function core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
search.configuring.html.twig file core/modules/search/help_topics/search.configuring.html.twig ---
label: 'Configuring search pages'
related:
- search.overview
- search.index
---
{% set search_settings_link_text %}{% trans %}Search pages{% endtrans %}{% endset %}
{% set search_settings_link =…
SearchBlock::defaultConfiguration function core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlockForm::$configFactory property core/modules/search/src/Form/SearchBlockForm.php The config factory.
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
SearchConfigSettingsFormTest::$modules property core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
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

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