71 string references to 'Drupal'

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().
Database::isWithinModuleNamespace in core/lib/Drupal/Core/Database/Database.php
Checks whether a namespace is within the namespace of a Drupal module.
DependencyTest::providerCreateFromString in core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
Data provider for testCreateFromString.
DependencyTest::testOffsetGet in core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
@covers ::offsetGet @group legacy @expectedDeprecation Array access to the Drupal\Core\Extension\Dependency name property is deprecated. Use Drupal\Core\Extension\Dependency::getName() instead. Seeā€¦
DependencyTest::testOffsetGetException in core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
@covers ::offsetGet @group legacy
DependencyTest::testOffsetSet in core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
@covers ::offsetSet @group legacy
DependencyTest::testOffsetTest in core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
@covers ::offsetExists @group legacy @expectedDeprecation Array access to Drupal\Core\Extension\Dependency properties is deprecated. Use accessor methods instead. See https://www.drupal.org/node/2756875
DependencyTest::testOffsetUnset in core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
@covers ::offsetUnset @group legacy
DeprecatedModuleHandlerTest::dependencyProvider in core/tests/Drupal/Tests/Core/Extension/DeprecatedModuleHandlerTest.php
Provider for testing dependency parsing.
DrupalCheckIncompatibilityTest::providerDrupalCheckIncompatibility in core/tests/Drupal/KernelTests/Core/Common/DrupalCheckIncompatibilityTest.php
Data provider for testDrupalCheckIncompatibility.
drupal_install_profile_distribution_name in core/includes/install.inc
Loads the installation profile, extracting its defined distribution name.
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 Simpletest 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().
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.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Test 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.
MenuLinkContentUpdateTest::testConversionToRevisionable in core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
Tests the conversion of custom menu links to be revisionable.
MenuLinkContentUpdateTest::testPublishedEntityKeyAddition in core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
Tests the addition of the publishing status entity key.
MigrateActionsTest::testActions in core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php
Test Drupal 6 action migration to Drupal 8.
MigrateActionsTest::testActions in core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php
Test Drupal 7 action migration to Drupal 8.
MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
Tests migration of syslog variables to syslog.settings.yml.
MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/tests/src/Kernel/Migrate/d7/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
Test blocks with overridden related configuration removed when overridden.
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().
SimpletestTestForm::submitForm in core/modules/simpletest/src/Form/SimpletestTestForm.php
Form submission handler.
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
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().
TaxonomyTermParentMultilingualTest::testMultilingualTermParentUpdate in core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php
Tests taxonomy multilingual term parents update.
TaxonomyTermUpdatePathTest::testConversionToRevisionable in core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
Tests the conversion of taxonomy terms to be revisionable.
TaxonomyTermUpdatePathTest::testPublishable in core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
Tests the conversion of taxonomy terms to be publishable.
TestDiscoveryTest::setupVfsWithTestClasses in core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php
TestDiscoveryTest::setupVfsWithTestClasses in core/modules/simpletest/tests/src/Unit/TestDiscoveryTest.php
TokenReplaceKernelTest::testSystemTokenRecognition in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
Test whether token-replacement works in various contexts.
TourTest::testTourFunctionality in core/modules/tour/tests/src/Functional/TourTest.php
Test 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.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdateRegistryTest::setupBasicModules in core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
Sets up some modules with some update functions.
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/Functional/Common/UrlTest.php
Tests external URL handling.
WebTestBaseTest::testGetAbsoluteUrl in core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php
@dataProvider providerTestGetAbsoluteUrl
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.