| 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 |
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. |
| 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 |
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. |
| 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. |
| TestSiteInstallCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
|
| TestSiteReleaseLocksCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
| TestSiteTearDownCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
|
| TestSiteUserLoginCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php |
|
| TestSqlBase::setConfiguration |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Allows us to set the configuration from a test. |
| TestToolkit::buildConfigurationForm |
function |
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php |
Form constructor. |
| TestToolkit::submitConfigurationForm |
function |
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php |
Form submission handler. |
| TestToolkit::validateConfigurationForm |
function |
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php |
Form validation handler. |
| TestViewsTest::testDefaultConfig |
function |
core/modules/views/tests/src/Kernel/TestViewsTest.php |
Tests default configuration data type. |
| test_user_config.info.yml |
file |
core/modules/system/tests/modules/test_user_config/test_user_config.info.yml |
core/modules/system/tests/modules/test_user_config/test_user_config.info.yml |
| TextFormat::configFactory |
function |
core/modules/filter/src/Element/TextFormat.php |
Wraps the config factory. |
| ThemeAdminForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Gets the configuration names that will be editable. |
| ThemeExtensionList::$configFactory |
property |
core/lib/Drupal/Core/Extension/ThemeExtensionList.php |
The config factory. |