DatabaseFileUsageBackend::$connection |
property |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
The database connection used to store file usage information. |
DatabaseFileUsageBackend::$tableName |
property |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
The name of the SQL table used to store file usage information. |
DatabaseFileUsageBackend::add |
function |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
Records that a module is using a file. |
DatabaseFileUsageBackend::delete |
function |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
Removes a record to indicate that a module is no longer using a file. |
DatabaseFileUsageBackend::listUsage |
function |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
Determines where a file is used. |
DatabaseFileUsageBackend::__construct |
function |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
Construct the DatabaseFileUsageBackend. |
DebugDump::$stagingFilePath |
property |
core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php |
The path to the dump staging file. |
DefaultContentFilesAccessTest |
class |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php |
Tests that files provided by demo_umami_content are not accessible. |
DefaultContentFilesAccessTest.php |
file |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php |
|
DefaultContentFilesAccessTest::$defaultTheme |
property |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php |
The theme to install as the default for testing. |
DefaultContentFilesAccessTest::testAccessDeniedToFiles |
function |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php |
Tests that sample images, recipes and articles are not accessible. |
DefaultFileFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php |
Formatter for a text field on a file entity that links the field to the file. |
DefaultFileFormatter.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php |
|
DefaultFileFormatter::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php |
Defines the default settings for this plugin. |
DefaultFileFormatter::settingsForm |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php |
Returns a form to configure settings for the formatter. |
DefaultFileFormatter::viewValue |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php |
Generate the output appropriate for one field item. |
DemoUmamiProfileTest |
class |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests demo_umami profile. |
DemoUmamiProfileTest.php |
file |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
|
DemoUmamiProfileTest::$profile |
property |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
The profile to install as a basis for testing. |
DemoUmamiProfileTest::assertDefaultConfig |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Asserts that the default configuration matches active configuration. |
DemoUmamiProfileTest::assertDemonstrationWarningMessage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Asserts if the demonstration warning message is displayed properly. |
DemoUmamiProfileTest::drupalLoginWithPassword |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Logs in a user using the Mink controlled browser using a password. |
DemoUmamiProfileTest::installParameters |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Returns the parameters that will be used when the test installs Drupal. |
DemoUmamiProfileTest::testAppearance |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the Umami theme is available on the Appearance page. |
DemoUmamiProfileTest::testConfig |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests the profile supplied configuration is the same after installation. |
DemoUmamiProfileTest::testDemoFeatures |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests various capabilities of the demo profile. |
DemoUmamiProfileTest::testDemonstrationWarningMessage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the toolbar warning only appears on the admin pages. |
DemoUmamiProfileTest::testEditNodesByAdmin |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests the successful editing of nodes by admin. |
DemoUmamiProfileTest::testNavigationDemonstrationWarningMessage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the navigation warning only appears on the admin pages. |
DemoUmamiProfileTest::testUser |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the users can log in with the admin password entered at install. |
DemoUmamiProfileTest::testWarningsOnStatusPage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests demo_umami profile warnings shown on Status Page. |
DescriptionAwareFileFormatterBase |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php |
Base class for file formatters that have to deal with file descriptions. |
DescriptionAwareFileFormatterBase.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php |
|
DescriptionAwareFileFormatterBase::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php |
Defines the default settings for this plugin. |
DescriptionAwareFileFormatterBase::settingsForm |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php |
Returns a form to configure settings for the formatter. |
DescriptionAwareFileFormatterBase::settingsSummary |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php |
Returns a short summary for the current formatter settings. |
DirectoryTest::testFileCheckDirectoryHandling |
function |
core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php |
Tests directory handling functions. |
DirectoryTest::testFileCheckLocalDirectoryHandling |
function |
core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php |
Tests local directory handling functions. |
DirectoryTest::testFileCreateNewFilepath |
function |
core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php |
Tests the file paths of newly created files. |
DirectoryTest::testFileDestination |
function |
core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php |
Tests the destination file path. |
DirectoryTest::testFileDirectoryTemp |
function |
core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php |
Ensure that the getTempDirectory() method always returns a value. |
DistributionProfileExistingSettingsTest |
class |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
Tests distribution profile support with existing settings. |
DistributionProfileExistingSettingsTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
|
DistributionProfileExistingSettingsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
The theme to install as the default for testing. |
DistributionProfileExistingSettingsTest::$info |
property |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
The distribution profile info. |
DistributionProfileExistingSettingsTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
Prepares the current environment for running the test. |
DistributionProfileExistingSettingsTest::setUpLanguage |
function |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
Installer step: Select language. |
DistributionProfileExistingSettingsTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
Installer step: Select installation profile. |
DistributionProfileExistingSettingsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
Installer step: Configure settings. |
DistributionProfileExistingSettingsTest::testInstalled |
function |
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php |
Confirms that the installation succeeded. |