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. Other projects
Title Object type File name Summary
ConfigOverrideMessageTestHooks class core/modules/config/tests/config_override_message_test/src/Hook/ConfigOverrideMessageTestHooks.php Hook implementations for config_override_message_test.
ConfigOverrideMessageTestHooks.php file core/modules/config/tests/config_override_message_test/src/Hook/ConfigOverrideMessageTestHooks.php
ConfigOverrideMessageTestHooks::formSystemSiteInformationSettingsAlter function core/modules/config/tests/config_override_message_test/src/Hook/ConfigOverrideMessageTestHooks.php Implements hook_form_FORM_ID_alter().
ConfigOverrider class core/modules/config/tests/config_override_test/src/ConfigOverrider.php Tests module overrides for configuration.
ConfigOverrider class core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php Tests module overrides for configuration.
ConfigOverrider class core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php Provides an overridden block for Settings Tray testing.
ConfigOverrider class core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php Tests overridden permissions.
ConfigOverrider.php file core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php
ConfigOverrider.php file core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php
ConfigOverrider.php file core/modules/config/tests/config_override_test/src/ConfigOverrider.php
ConfigOverrider.php file core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php
ConfigOverrider::createConfigObject function core/modules/config/tests/config_override_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::createConfigObject function core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::createConfigObject function core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::createConfigObject function core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::getCacheableMetadata function core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php Gets the cacheability metadata associated with the config factory override.
ConfigOverrider::getCacheableMetadata function core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php Gets the cacheability metadata associated with the config factory override.
ConfigOverrider::getCacheableMetadata function core/modules/config/tests/config_override_test/src/ConfigOverrider.php Gets the cacheability metadata associated with the config factory override.
ConfigOverrider::getCacheableMetadata function core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php Gets the cacheability metadata associated with the config factory override.
ConfigOverrider::getCacheSuffix function core/modules/config/tests/config_override_test/src/ConfigOverrider.php The string to append to the configuration static cache name.
ConfigOverrider::getCacheSuffix function core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php The string to append to the configuration static cache name.
ConfigOverrider::getCacheSuffix function core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php The string to append to the configuration static cache name.
ConfigOverrider::getCacheSuffix function core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php The string to append to the configuration static cache name.
ConfigOverrider::loadOverrides function core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php Returns config overrides.
ConfigOverrider::loadOverrides function core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php Returns config overrides.
ConfigOverrider::loadOverrides function core/modules/config/tests/config_override_test/src/ConfigOverrider.php Returns config overrides.
ConfigOverrider::loadOverrides function core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php Returns config overrides.
ConfigOverriderLowPriority class core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Tests module overrides for configuration.
ConfigOverriderLowPriority.php file core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
ConfigOverriderLowPriority::createConfigObject function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Creates a configuration object for use during install and synchronization.
ConfigOverriderLowPriority::getCacheableMetadata function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Gets the cacheability metadata associated with the config factory override.
ConfigOverriderLowPriority::getCacheSuffix function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php The string to append to the configuration static cache name.
ConfigOverriderLowPriority::loadOverrides function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Returns config overrides.
ConfigOverridesPriorityTest class core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php Tests that config overrides are applied in the correct order.
ConfigOverridesPriorityTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
ConfigOverridesPriorityTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php Modules to install.
ConfigOverridesPriorityTest::testOverridePriorities function core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php Tests the order of config overrides.
ConfigOverrideTest class core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php Tests configuration overrides via $config in settings.php.
ConfigOverrideTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
ConfigOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php Modules to install.
ConfigOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
ConfigOverrideTest::testConfOverride function core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php Tests configuration override.
ConfigPrefixLengthException class core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php Exception thrown when the config prefix length is exceeded.
ConfigPrefixLengthException.php file core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php
ConfigQueryTest class core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php Defines the ConfigQueryTest configuration entity used by the query test.
ConfigQueryTest.php file core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php
ConfigQueryTest::$array property core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php An array used by the wildcard tests.
ConfigQueryTest::$number property core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php A number used by the sort tests.
ConfigQueryTest::concatProtectedProperty function core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php Concatenates the two params and sets the protected property value.
ConfigRenameEvent class core/lib/Drupal/Core/Config/ConfigRenameEvent.php Configuration event fired when renaming a configuration object.

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