Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
taxonomy.configuring.html.twig file core/modules/taxonomy/help_topics/taxonomy.configuring.html.twig ---
label: 'Configuring taxonomy'
related:
- taxonomy.overview
- field_ui.reference_field
- field_ui.manage_display
- field_ui.manage_form
---
{% set taxonomy_permissions_link_text %}
{% trans %}Administer vocabularies and terms{%…
TaxonomyFieldHooks::preConfiguredDescription function core/modules/taxonomy/src/Hook/TaxonomyFieldHooks.php Implements hook_field_ui_preconfigured_options_alter().
TaxonomyIndexTidFilterTest::testConfigDependency function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests dependencies are not added for terms that do not exist.
TaxonomyTermDisplayConfigurableTestHooks class core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Hook implementations for taxonomy_term_display_configurable_test.
TaxonomyTermDisplayConfigurableTestHooks.php file core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php
TaxonomyTermDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
TaxonomyTermDisplayConfigurableTestHooks::entityTypeBuild function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Implements hook_entity_type_build().
taxonomy_term_display_configurable_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml
template_preprocess_language_negotiation_configure_form function core/modules/language/language.module Prepares variables for language negotiation configuration form.
TermDisplayConfigurableTest class core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php Tests making taxonomy term base fields' displays configurable.
TermDisplayConfigurableTest.php file core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php
TermDisplayConfigurableTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php The theme to install as the default for testing.
TermDisplayConfigurableTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php Views used by this test.
TermDisplayConfigurableTest::testDisplayConfigurable function core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php Sets base fields to configurable display and check settings are respected.
TermSelection::buildConfigurationForm function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Form constructor.
TermSelection::defaultConfiguration function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Gets default configuration for this plugin.
Test::buildConfigurationForm function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Form constructor.
Test::defaultConfiguration function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets default configuration for this plugin.
TestBlockInstantiation::defaultConfiguration function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
TestClass::buildConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form constructor.
TestClass::submitConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form submission handler.
TestClass::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form validation handler.
TestConfigEntityWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Stub class for testing.
TestConfigEntityWithPluginCollections::$pluginCollection property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The plugin collection.
TestConfigEntityWithPluginCollections::$pluginManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The plugin manager.
TestConfigEntityWithPluginCollections::$the_plugin_collection_config property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The configuration for the plugin collection.
TestConfigEntityWithPluginCollections::getPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Gets the plugin collections used by this object.
TestConfigEntityWithPluginCollections::setPluginManager function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigFactoryOverrideBase class core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Stub class for testing ConfigFactoryOverrideBase.
TestConfigFactoryOverrideBase::addCollections function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Reacts to the ConfigCollectionEvents::COLLECTION_INFO event.
TestConfigFactoryOverrideBase::doFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigFactoryOverrideBase::onConfigDelete function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration delete.
TestConfigFactoryOverrideBase::onConfigRename function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration rename.
TestConfigFactoryOverrideBase::onConfigSave function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration save.
TestConfigNamesMapper class core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Defines a test mapper class.
TestConfigNamesMapper::getInternalLangcode function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Gets the internal language code of this mapper, if any.
TestConfigNamesMapper::setConfigFactory function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the configuration factory.
TestConfigNamesMapper::setConfigNames function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the list of configuration names.
TestConfigType class core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php Defines a configuration-based entity type used for testing.
TestConfigType.php file core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php
TestConfigurableContextAwarePlugin class core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Configurable context aware plugin test class.
TestConfigurableContextAwarePlugin::defaultConfiguration function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Gets default configuration for this plugin.
TestConfigurableContextAwarePlugin::getConfiguration function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Gets this plugin's configuration.
TestConfigurableContextAwarePlugin::setConfiguration function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Sets the configuration for this plugin instance.
TestConfigurableContextAwarePluginInterface interface core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Test interface used for creating mock classes in tests.
TestConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php A configurable plugin implementation used for testing.
TestConfigurablePlugin.php file core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
TestConfigurablePlugin::calculateDependencies function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Calculates dependencies for the configured plugin.
TestConfigurablePlugin::onCollectionDependencyRemoval function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Informs the plugin in a collection to act on removal of dependencies.
TestFileCopy::getConfiguration function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Gets this plugin's configuration.

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