70 string references to 'Drupal'

BuildTestTest::testCopyCodebaseDocRoot in core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php
Tests copying codebase when Drupal and Composer roots are different.
BuildTestTest::testCopyCodebaseExclude in core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php
Ensure we're not copying directories we wish to exclude.
common_test_drupal_alter_alter in core/modules/system/tests/modules/common_test/common_test.module
Implements hook_TYPE_alter().
ConfigAccessTest::testBlockConfigAccess in core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php
Tests access to block forms with related configuration is correct.
ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigNamesMapperTest::testGetConfigData in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getConfigData().
Connection::getProvider in core/lib/Drupal/Core/Database/Connection.php
Get the module name of the module that is providing the database driver.
DependencyTest::providerCreateFromString in core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
Data provider for testCreateFromString.
drupal_install_profile_distribution_name in core/includes/install.inc
Loads the installation profile, extracting its defined distribution name.
Fast404Test::testFast404 in core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php
Tests the fast 404 functionality.
FileResourceTestBase::createEntity in core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php
Creates the entity to be tested.
FileTest::createEntity in core/modules/jsonapi/tests/src/Functional/FileTest.php
Creates the entity to be tested.
FunctionalTestSetupTrait::installParameters in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Returns the parameters that will be used when the test installs Drupal.
hook_requirements in core/lib/Drupal/Core/Extension/module.api.php
Check installation requirements and do status reporting.
HtmlTest::providerDecodeEntities in core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
Data provider for testDecodeEntities().
HtmlTest::providerEscape in core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
Data provider for testEscape().
InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
Confirms that the installation installed the configuration correctly.
install_check_translations in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_import_translations in core/includes/install.core.inc
Imports languages via a batch process during installation.
JsonApiFunctionalTestBase::createDefaultContent in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php
Creates default content to test the API.
KernelTestBase::bootKernel in core/tests/Drupal/KernelTests/KernelTestBase.php
Bootstraps a kernel for a test.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests URL language detection when the requested URL has no language.
LinkGeneratorTest::testGenerateExternal in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
Tests the generate() method with an external URL.
LinkGeneratorTest::testGenerateUrlWithQuotes in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
Tests the generate() method with a URL containing double quotes.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
MailManager::doMail in core/lib/Drupal/Core/Mail/MailManager.php
Composes and optionally sends an email message.
MailTest::testFromAndReplyToHeader in core/modules/system/tests/src/Kernel/Mail/MailTest.php
Checks the From: and Reply-to: headers.
MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php
Tests migration of syslog variables to syslog.settings.yml.
MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
Tests migration of syslog variables to syslog.settings.yml.
ModuleExtensionList::doList in core/lib/Drupal/Core/Extension/ModuleExtensionList.php
Builds the list of extensions.
OverriddenConfigurationTest::testOverriddenConfigurationRemoved in core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
Tests blocks with overridden related configuration removed when overridden.
PasswordCompatibilityUpdateTest::testPasswordCompatibility in core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php
Tests that the password compatibility is working properly.
PerformanceTestTrait::openTelemetryTracing in core/tests/Drupal/Tests/PerformanceTestTrait.php
Sends metrics to OpenTelemetry.
PhpMailTest::testMail in core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php
Tests sending a mail using a From address with a comma in it.
ProjectInfo::getProjectName in core/lib/Drupal/Core/Utility/ProjectInfo.php
Determines what project a given file object belongs to.
ProjectInfo::processInfoList in core/lib/Drupal/Core/Utility/ProjectInfo.php
Populates an array of project data.
ProjectSecurityData::createFromProjectDataAndReleases in core/modules/update/src/ProjectSecurityData.php
Creates a ProjectSecurityData object from project data and releases.
ProjectSecurityRequirement::createFromProjectDataAndSecurityCoverageInfo in core/modules/update/src/ProjectSecurityRequirement.php
Creates a ProjectSecurityRequirement object from project data.
RenderElementTypesTest::testMoreLink in core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php
Tests system #type 'more_link'.
ResourceResponseSubscriberTest::providerTestResponseFormat in core/modules/rest/tests/src/Unit/EventSubscriber/ResourceResponseSubscriberTest.php
ResourceResponseSubscriberTest::testOnResponseWithCacheableResponse in core/modules/rest/tests/src/Unit/EventSubscriber/ResourceResponseSubscriberTest.php
@covers ::onResponse @covers ::getResponseFormat @covers ::renderResponseBody @covers ::flattenResponse
ResourceResponseSubscriberTest::testOnResponseWithUncacheableResponse in core/modules/rest/tests/src/Unit/EventSubscriber/ResourceResponseSubscriberTest.php
@covers ::onResponse @covers ::getResponseFormat @covers ::renderResponseBody @covers ::flattenResponse
RouteTest::providerTestRoute in core/modules/migrate/tests/src/Kernel/process/RouteTest.php
Data provider for testRoute().
SecurityAdvisoriesFetcherTest::providerIgnoreAdvisories in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
Data provider for testIgnoreAdvisories().
SecurityAdvisoriesFetcherTest::providerShowAdvisories in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
Data provider for testShowAdvisories().
SecurityAdvisoriesFetcherTest::testHttpFallback in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
@covers ::doRequest @covers ::getSecurityAdvisories
SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
Tests that the stored advisories response is deleted on interval decrease.
StatusReportPage::preRenderGeneralInfo in core/modules/system/src/Element/StatusReportPage.php
#pre_render callback to get general info out of requirements.
StorageComparerTest::getConfigData in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
SymfonyMailerTest::testMail in core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php
Tests sending a mail using a From address with a comma in it.
syslog.settings.yml in core/modules/syslog/config/install/syslog.settings.yml
core/modules/syslog/config/install/syslog.settings.yml
system_install in core/modules/system/system.install
Implements hook_install().
system_requirements in core/modules/system/system.install
Implements hook_requirements().
TestDiscoveryTest::setupVfsWithTestClasses in core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php
TokenReplaceKernelTest::testSystemTokenRecognition in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
Tests whether token-replacement works in various contexts.
TourTest::testTourFunctionality in core/modules/tour/tests/src/Functional/TourTest.php
Tests tour functionality.
TransformedConfigExportImportUITest::testTransformedExportImport in core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
Tests a simple site export import case.
TranslationStatusForm::prepareUpdateData in core/modules/locale/src/Form/TranslationStatusForm.php
Prepare information about projects with available translation updates.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdateRegistryTest::setupBasicExtensions in core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
Sets up some extensions with some update functions.
UpdateRegistryTest::testGetPendingCustomUpdateFunctions in core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
@covers ::getPendingUpdateFunctions
UpdateSemverContribTestBase::setProjectInstalledVersion in core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
Sets the project installed version.
UpdateTestBase::standardTests in core/modules/update/tests/src/Functional/UpdateTestBase.php
Runs a series of assertions that are applicable to all update statuses.
update_calculate_project_data in core/modules/update/update.compare.inc
Calculates the current update status of all projects on the site.
UrlTest::testExternalUrls in core/modules/system/tests/src/Kernel/Common/UrlTest.php
Tests external URL handling.
YamlFileLoaderTest::testExceptions in core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
@dataProvider providerTestExceptions
YamlFileLoaderTest::testParseDefinitionsWithProvider in core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
_install_prepare_import in core/includes/install.core.inc
Tells the translation import process that Drupal core is installed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.