| 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 |
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 |
|
| TestConfigurablePlugin::onCollectionDependencyRemoval |
function |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php |
|
| TestFileCopy::getConfiguration |
function |
core/modules/migrate/tests/src/Unit/process/FileCopyTest.php |
Gets this plugin's configuration. |
| TestingSiteConfigHooks |
class |
core/profiles/tests/testing_site_config/src/Hook/TestingSiteConfigHooks.php |
Simulates a hook class with a dependency chain requiring the kernel. |
| TestingSiteConfigHooks.php |
file |
core/profiles/tests/testing_site_config/src/Hook/TestingSiteConfigHooks.php |
|
| TestingSiteConfigHooks::userLoad |
function |
core/profiles/tests/testing_site_config/src/Hook/TestingSiteConfigHooks.php |
Implements hook_user_load(). |
| TestingSiteConfigHooks::__construct |
function |
core/profiles/tests/testing_site_config/src/Hook/TestingSiteConfigHooks.php |
|
| testing_config_import.info.yml |
file |
core/profiles/tests/testing_config_import/testing_config_import.info.yml |
core/profiles/tests/testing_config_import/testing_config_import.info.yml |
| testing_config_import_module.info.yml |
file |
core/profiles/tests/testing_config_import/testing_config_import_module/testing_config_import_module.info.yml |
core/profiles/tests/testing_config_import/testing_config_import_module/testing_config_import_module.info.yml |
| testing_config_import_theme.info.yml |
file |
core/profiles/tests/testing_config_import/testing_config_import_theme/testing_config_import_theme.info.yml |
core/profiles/tests/testing_config_import/testing_config_import_theme/testing_config_import_theme.info.yml |
| testing_config_overrides.info.yml |
file |
core/profiles/tests/testing_config_overrides/testing_config_overrides.info.yml |
core/profiles/tests/testing_config_overrides/testing_config_overrides.info.yml |
| testing_config_overrides_module.info.yml |
file |
core/profiles/tests/testing_config_overrides/modules/testing_config_overrides_module/testing_config_overrides_module.info.yml |
core/profiles/tests/testing_config_overrides/modules/testing_config_overrides_module/testing_config_overrides_module.info.yml |
| testing_site_config.info.yml |
file |
core/profiles/tests/testing_site_config/testing_site_config.info.yml |
core/profiles/tests/testing_site_config/testing_site_config.info.yml |
| testing_site_config.install |
file |
core/profiles/tests/testing_site_config/testing_site_config.install |
|
| testing_site_config_install |
function |
core/profiles/tests/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 |
|
| TestItem::fieldSettingsToConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
|
| TestItem::storageSettingsFromConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
|
| TestItem::storageSettingsToConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
|
| 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 |
|
| TestLazyPluginCollection::getConfiguration |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| TestLazyPluginCollection::setConfiguration |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| 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 |
|
| TestLocalActionWithConfig::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
|
| TestLocalActionWithConfig::__construct |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
Constructs a TestLocalActionWithConfig object. |
| TestMigrationConfigurationTrait |
class |
core/modules/migrate_drupal/tests/src/Unit/MigrationConfigurationTraitTest.php |
Test class that uses the trait we are testing. |
| TestPluginForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginWithForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| 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. |
| TestSiteConfigurationExcluder |
class |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php |
A test version of the site configuration excluder, to expose internals. |
| TestSiteConfigurationExcluder::$sitePath |
property |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php |
The site path. |
| TestSiteInstallCommand::$configImporter |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The config importer that can be used in a test. |