Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
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
TestConfigurableContextAwarePluginInterface interface core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
TestConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
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::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Gets default configuration for this plugin.
TestConfigurablePlugin::getConfiguration function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Gets this plugin's configuration.
TestConfigurablePlugin::setConfiguration function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Sets the configuration for this plugin instance.
TestFileCopy::getConfiguration function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Gets this plugin's configuration.
testing_config_import.info.yml file core/profiles/testing_config_import/testing_config_import.info.yml core/profiles/testing_config_import/testing_config_import.info.yml
testing_config_overrides.info.yml file core/profiles/testing_config_overrides/testing_config_overrides.info.yml core/profiles/testing_config_overrides/testing_config_overrides.info.yml
testing_site_config.info.yml file core/profiles/testing_site_config/testing_site_config.info.yml core/profiles/testing_site_config/testing_site_config.info.yml
testing_site_config.install file core/profiles/testing_site_config/testing_site_config.install Install functions for the testing_site_config module.
testing_site_config_install function core/profiles/testing_site_config/testing_site_config.install Implements hook_install().
TestItem::fieldSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::fieldSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItem::storageSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::storageSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItemWithPreconfiguredOptions class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Defines the 'test_field_with_preconfigured_options' entity field item.
TestItemWithPreconfiguredOptions.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
TestItemWithPreconfiguredOptions::getPreconfiguredOptions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Returns preconfigured field options for a field type.
TestLayoutMainFooter::defaultConfiguration function core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php Gets default configuration for this plugin.
TestLazyPluginCollection::getConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
TestLazyPluginCollection::setConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Sets the configuration for all plugins in this collection.
TestLocalActionWithConfig class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Defines a test local action plugin class.
TestLocalActionWithConfig.php file core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php
TestLocalActionWithConfig::$config property core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php
TestLocalActionWithConfig::create function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Creates an instance of the plugin.
TestLocalActionWithConfig::getTitle function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Returns the localized title to be shown for this action.
TestLocalActionWithConfig::__construct function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Constructs a TestLocalActionWithConfig object.
TestPluginForm::buildConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form constructor.
TestPluginForm::submitConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form submission handler.
TestPluginForm::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form validation handler.
TestProcessor::$configFactory property core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Contains the configuration object factory.
TestProcessor::buildConfigurationForm function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Form constructor.
TestProcessor::getConfiguration function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Gets this plugin's configuration.
TestProcessor::getEditableConfigNames function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Gets the configuration names that will be editable.
TestProcessor::setConfiguration function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Sets the configuration for this plugin instance.
TestProcessor::submitConfigurationForm function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Form submission handler.
TestSelection::defaultConfiguration function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Gets default configuration for this plugin.
TestSelectionWithInvalidDefaultConfiguration class core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Provides a testing plugin with invalid default configuration.
TestSelectionWithInvalidDefaultConfiguration::defaultConfiguration function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Gets default configuration for this plugin.
TestSetupTrait::$configSchemaCheckerExclusions property core/lib/Drupal/Core/Test/TestSetupTrait.php An array of config object names that are excluded from schema checking.
TestSetupTrait::$strictConfigSchema property core/lib/Drupal/Core/Test/TestSetupTrait.php Set to TRUE to strict check all configuration saved.
TestSetupTrait::getConfigSchemaExclusions function core/lib/Drupal/Core/Test/TestSetupTrait.php Gets the config schema exclusions for this test.
TestSiteInstallCommand::configure function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php

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