BrowserHtmlDebugTrait::initBrowserOutputFile |
function |
core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php |
Creates the directory to store browser output. |
BrowserTestBase::$profile |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The profile to install as a basis for testing. |
BrowserTestBase::$translationFilesDirectory |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The translation file directory for the test environment. |
BrowserTestBase::filePreDeleteCallback |
function |
core/tests/Drupal/Tests/BrowserTestBase.php |
Ensures test files are deletable. |
BrowserTestBaseTest::testProfileModules |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Ensures we can't access modules we shouldn't be able to after install. |
CachedStorageTest::$fileStorage |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
The file storage the cached storage is using. |
CKEditor5ImageController::$fileSystem |
property |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
The file system service. |
CKEditor5ImageController::generateLockIdFromFileUri |
function |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
Generates a lock ID based on the file URI. |
CKEditor5ImageController::prepareFilename |
function |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
Prepares the filename to strip out any malicious extensions. |
CKEditor5Test::testEditorFileReferenceIntegration |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php |
Ensures that CKEditor 5 integrates with file reference filter. |
CKEditor5UpdateAlignmentTest::setDatabaseDumpFiles |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateAlignmentTest.php |
Set database dump files to be used. |
CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Set database dump files to be used. |
CKEditor::$fileUrlGenerator |
property |
core/modules/ckeditor/src/Plugin/Editor/CKEditor.php |
The file URL generator. |
CKEditorPluginCssInterface::getCssFiles |
function |
core/modules/ckeditor/src/CKEditorPluginCssInterface.php |
Retrieves enabled plugins' iframe instance CSS files. |
CKEditorPluginInterface::getFile |
function |
core/modules/ckeditor/src/CKEditorPluginInterface.php |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
CKEditorPluginManager::getCssFiles |
function |
core/modules/ckeditor/src/CKEditorPluginManager.php |
Retrieves enabled plugins' iframe instance CSS files, keyed by plugin ID. |
CKEditorPluginManager::getEnabledPluginFiles |
function |
core/modules/ckeditor/src/CKEditorPluginManager.php |
Retrieves enabled plugins' files, keyed by plugin ID. |
CKEditorPluginManagerTest::testCssFiles |
function |
core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php |
Tests the iframe instance CSS files of plugins. |
CKEditorTest::$fileUrlGenerator |
property |
core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php |
The file URL generator. |
CKEditorUpdateOmitDisabledPluginSettings::setDatabaseDumpFiles |
function |
core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php |
Set database dump files to be used. |
ClaroPreRender::managedFile |
function |
core/themes/claro/src/ClaroPreRender.php |
Prerender callback for managed_file. |
claro_preprocess_file_managed_file |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_HOOK() for file_managed_file. |
claro_preprocess_file_widget_multiple |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_HOOK() for file_widget_multiple. |
ClassFinder::findFile |
function |
core/lib/Drupal/Component/ClassFinder/ClassFinder.php |
Finds a class. |
ClassFinderInterface::findFile |
function |
core/lib/Drupal/Component/ClassFinder/ClassFinderInterface.php |
Finds a class. |
ClassFinderTest::testFindFile |
function |
core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php |
@covers ::findFile |
ClassLoaderTest::testAutoloadFromModuleFile |
function |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
Tests that .module files can use class constants in main section. |
ClassWriter::flushAlteredCodeToFile |
function |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php |
Flushes altered class code to file when necessary. |
ClassyUninstallUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php |
Set database dump files to be used. |
CommentStatusFieldAccessTest::$profile |
property |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
The profile to install as a basis for testing. |
ComposerHookTest::$fileSystem |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
The Symfony FileSystem component. |
ComposerIntegrationTest::providerTestExpectedScaffoldFiles |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Data provider for the scaffold files test for Drupal core. |
ComposerIntegrationTest::testExpectedScaffoldFiles |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests core's composer.json extra drupal-scaffold file-mappings section. |
ComputedFileUrl |
class |
core/modules/file/src/ComputedFileUrl.php |
Computed file URL property class. |
ComputedFileUrl.php |
file |
core/modules/file/src/ComputedFileUrl.php |
|
ComputedFileUrl::$url |
property |
core/modules/file/src/ComputedFileUrl.php |
Computed root-relative file URL. |
ComputedFileUrl::getValue |
function |
core/modules/file/src/ComputedFileUrl.php |
Gets the data value. |
ComputedFileUrl::setValue |
function |
core/modules/file/src/ComputedFileUrl.php |
Sets the data value. |
ComputedFileUrlTest |
class |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@coversDefaultClass \Drupal\file\ComputedFileUrl |
ComputedFileUrlTest.php |
file |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
|
ComputedFileUrlTest::$testUrl |
property |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
The test URL to use. |
ComputedFileUrlTest::testGetValue |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::getValue |
ComputedFileUrlTest::testSetValue |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::setValue |
ComputedFileUrlTest::testSetValueNoNotify |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::setValue |
ConfigController::$fileDownloadController |
property |
core/modules/config/src/Controller/ConfigController.php |
The file download controller. |
ConfigController::$fileSystem |
property |
core/modules/config/src/Controller/ConfigController.php |
The file system. |
ConfigFileContentTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Tests reading and writing of configuration files. |
ConfigFileContentTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
|
ConfigFileContentTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Exempt from strict schema checking. |
ConfigFileContentTest::testReadWriteConfig |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Tests setting, writing, and reading of a configuration setting. |