| ConfigFileContentTest::testSerialization |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Tests serialization of configuration to file. |
| ConfigImportAllTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
The profile to install as a basis for testing. |
| ConfigImporterTest::testInstallProfile |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests install profile validation during configuration import. |
| ConfigImporterTest::testInstallProfileMisMatch |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests install profile validation during configuration import. |
| ConfigImportForm::$fileSystem |
property |
core/modules/config/src/Form/ConfigImportForm.php |
The file system service. |
| ConfigImportInstallProfileTest |
class |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
Tests the importing/exporting configuration based on the install profile. |
| ConfigImportInstallProfileTest.php |
file |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
|
| ConfigImportInstallProfileTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
The theme to install as the default for testing. |
| ConfigImportInstallProfileTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
Modules to install. |
| ConfigImportInstallProfileTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
The profile to install as a basis for testing. |
| ConfigImportInstallProfileTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
A user with the 'synchronize configuration' permission. |
| ConfigImportInstallProfileTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
|
| ConfigImportInstallProfileTest::testInstallProfileValidation |
function |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
Tests config importer cannot uninstall install profiles. |
| ConfigInstaller::$installProfile |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The name of the currently active installation profile. |
| ConfigInstaller::drupalGetProfile |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the install profile from settings. |
| ConfigInstaller::getProfileStorages |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the profile storage to use to check for profile overrides. |
| ConfigInstallProfileOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
Tests that configuration objects are correct after various operations. |
| ConfigInstallProfileOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
|
| ConfigInstallProfileOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
The theme to install as the default for testing. |
| ConfigInstallProfileOverrideTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
The profile to install as a basis for testing. |
| ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
Tests install profile config changes. |
| ConfigInstallProfileUnmetDependenciesTest |
class |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Tests install profile config overrides can not add unmet dependencies. |
| ConfigInstallProfileUnmetDependenciesTest.php |
file |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
|
| ConfigInstallProfileUnmetDependenciesTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
The theme to install as the default for testing. |
| ConfigInstallProfileUnmetDependenciesTest::$expectedException |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Contains the expected exception if it is thrown. |
| ConfigInstallProfileUnmetDependenciesTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
The installation profile to install. |
| ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Copy the testing_config_overrides install profile. |
| ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Prepares the current environment for running the test. |
| ConfigInstallProfileUnmetDependenciesTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
|
| ConfigInstallProfileUnmetDependenciesTest::testInstalled |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Confirms that the installation succeeded. |
| ConfigTest::testDefaultFile |
function |
core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php |
@covers ::getText[[api-linebreak]] |
| ConfigTest::testFileConfigurationPage |
function |
core/modules/system/tests/src/Functional/File/ConfigTest.php |
Tests file configuration page. |
| ConfigTranslationInstallTest::$profile |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php |
The installation profile to install. |
| ConfigTranslationUiTest::getPoFile |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php |
Helper function that returns a .po file with a given number of plural forms. |
| ConfigurableLanguageManagerTest::testUserProfileTranslationWithPreferredAdminLanguage |
function |
core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php |
Tests translation of the user profile edit form. |
| config_file_download |
function |
core/modules/config/config.module |
Implements hook_file_download(). |
| contact_user_profile_form_submit |
function |
core/modules/contact/contact.module |
Submit callback for the user profile form to save the contact page setting. |
| ContainerTest::testGetWithFileInclude |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php |
Tests that Container::get() for services with file includes works. |
| ContentEntityFormFieldValidationFilteringTest::$fieldNameFile |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The name of the file field being tested with the entity type. |
| ContentEntityTest::testFileSource |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php |
Tests file source plugin. |
| ContentTranslationContextualLinksTest::$profile |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
The profile to install as a basis for testing. |
| ContentTranslationMetadataFieldsTest::$profile |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The profile to install as a basis for testing. |
| ContentTranslationStandardFieldsTest::$profile |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
The profile to install as a basis for testing. |
| ContentTranslationSyncImageTest::$files |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php |
The test image files. |
| ConvertTest::testConvertFileInRoot |
function |
core/modules/image/tests/src/Functional/ImageEffect/ConvertTest.php |
Tests that files stored in the root folder are converted properly. |
| CopyTest::$fileRepository |
property |
core/modules/file/tests/src/Kernel/CopyTest.php |
The file repository service under test. |
| CssCollectionOptimizer::$fileSystem |
property |
core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php |
The file system service. |
| CssCollectionRenderer::$fileUrlGenerator |
property |
core/lib/Drupal/Core/Asset/CssCollectionRenderer.php |
The file URL generator. |
| CssCollectionRendererUnitTest::$fileCssGroup |
property |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
A valid file CSS asset group. |
| CssOptimizer::$fileUrlGenerator |
property |
core/lib/Drupal/Core/Asset/CssOptimizer.php |
The file URL generator. |