Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
UpgradePathTestCase class modules/simpletest/tests/upgrade/upgrade.test Perform end-to-end tests of the upgrade path.
UpgradePathTestCase::$databaseDumpFiles property modules/simpletest/tests/upgrade/upgrade.test The file path(s) to the dumped database(s) to load into the child site.
UpgradePathTestCase::$loadedModules property modules/simpletest/tests/upgrade/upgrade.test Array of modules loaded when the test starts.
UpgradePathTestCase::$pendingUpdates property modules/simpletest/tests/upgrade/upgrade.test Flag to indicate whether there are pending updates or not.
UpgradePathTestCase::$skipUpgradeTest property modules/simpletest/tests/upgrade/upgrade.test Flag to indicate whether to skip upgrade tests.
UpgradePathTestCase::$upgradedSite property modules/simpletest/tests/upgrade/upgrade.test Flag that indicates whether the child site has been upgraded.
UpgradePathTestCase::$upgradeErrors property modules/simpletest/tests/upgrade/upgrade.test Array of errors triggered during the upgrade process.
UpgradePathTestCase::$zlibInstalled property modules/simpletest/tests/upgrade/upgrade.test Flag to indicate whether zlib is installed or not.
UpgradePathTestCase::performUpgrade function modules/simpletest/tests/upgrade/upgrade.test Perform the upgrade.
UpgradePathTestCase::prepareD7Session function modules/simpletest/tests/upgrade/upgrade.test Prepares the appropriate session for the release of Drupal being upgraded.
UpgradePathTestCase::refreshVariables function modules/simpletest/tests/upgrade/upgrade.test Specialized refreshVariables().
UpgradePathTestCase::setUp function modules/simpletest/tests/upgrade/upgrade.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
UpgradePathTestCase::uninstallModulesExcept function modules/simpletest/tests/upgrade/upgrade.test Force uninstall all modules from a test database, except those listed.
UpgradePathTestCase::variable_set function modules/simpletest/tests/upgrade/upgrade.test Specialized variable_set() that works even if the child site is not upgraded.
UpgradePathTestCase::__construct function modules/simpletest/tests/upgrade/upgrade.test Constructs an UpgradePathTestCase object.
UpgradePathTriggerTestCase class modules/simpletest/tests/upgrade/upgrade.trigger.test Tests the Trigger 6 -> 7 upgrade path.
UpgradePathTriggerTestCase::getInfo function modules/simpletest/tests/upgrade/upgrade.trigger.test
UpgradePathTriggerTestCase::setUp function modules/simpletest/tests/upgrade/upgrade.trigger.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
UpgradePathTriggerTestCase::testTaxonomyUpgrade function modules/simpletest/tests/upgrade/upgrade.trigger.test Basic tests for the trigger upgrade.
UploadUpgradePathTestCase class modules/simpletest/tests/upgrade/upgrade.upload.test Upgrade test for comment.module.
UploadUpgradePathTestCase::getInfo function modules/simpletest/tests/upgrade/upgrade.upload.test
UploadUpgradePathTestCase::setUp function modules/simpletest/tests/upgrade/upgrade.upload.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
UploadUpgradePathTestCase::testUploadUpgrade function modules/simpletest/tests/upgrade/upgrade.upload.test Test a successful upgrade.
url function includes/common.inc Generates an internal or external URL.
UrlAlterFunctionalTest class modules/simpletest/tests/path.test Tests hook_url_alter functions.
UrlAlterFunctionalTest::assertUrlInboundAlter function modules/simpletest/tests/path.test Assert that a inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter function modules/simpletest/tests/path.test Assert that an outbound path is altered to an expected value.
UrlAlterFunctionalTest::getInfo function modules/simpletest/tests/path.test
UrlAlterFunctionalTest::setUp function modules/simpletest/tests/path.test Sets up a Drupal site for running functional and integration tests.
UrlAlterFunctionalTest::testCurrentUrlRequestedPath function modules/simpletest/tests/path.test Test current_path() and request_path().
UrlAlterFunctionalTest::testGetQInitialized function modules/simpletest/tests/path.test Tests that $_GET['q'] is initialized when the request path is empty.
UrlAlterFunctionalTest::testUrlAlter function modules/simpletest/tests/path.test Test that URL altering works and that it occurs in the correct order.
UrlIsExternalUnitTest class modules/simpletest/tests/common.test Tests url_is_external().
UrlIsExternalUnitTest::examples function modules/simpletest/tests/common.test Provides data for testUrlIsExternal().
UrlIsExternalUnitTest::getInfo function modules/simpletest/tests/common.test
UrlIsExternalUnitTest::testUrlIsExternal function modules/simpletest/tests/common.test Tests if each URL is external or not.
url_alter_test.info file modules/simpletest/tests/url_alter_test.info name = Url_alter tests
description = A support modules for url_alter hook testing.
core = 7.x
package = Testing
version = VERSION
hidden = TRUE
url_alter_test.install file modules/simpletest/tests/url_alter_test.install
url_alter_test.module file modules/simpletest/tests/url_alter_test.module Module to help test hook_url_inbound_alter() and hook_url_outbound_alter().
url_alter_test_foo function modules/simpletest/tests/url_alter_test.module Menu callback.
url_alter_test_install function modules/simpletest/tests/url_alter_test.install Impelement hook_install().
url_alter_test_menu function modules/simpletest/tests/url_alter_test.module Implements hook_menu().
url_alter_test_url_inbound_alter function modules/simpletest/tests/url_alter_test.module Implements hook_url_inbound_alter().
url_alter_test_url_outbound_alter function modules/simpletest/tests/url_alter_test.module Implements hook_url_outbound_alter().
url_is_external function includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com).
user-picture.tpl.php file modules/user/user-picture.tpl.php Default theme implementation to present a picture configured for the
user's account.
user-profile-category.tpl.php file modules/user/user-profile-category.tpl.php Default theme implementation to present profile categories (groups of
profile items).
user-profile-item.tpl.php file modules/user/user-profile-item.tpl.php Default theme implementation to present profile items (values from user
account profile fields or modules).
user-profile.tpl.php file modules/user/user-profile.tpl.php Default theme implementation to present all user profile data.
user-rtl.css file modules/user/user-rtl.css #permissions td.permission {
padding-left: 0;
padding-right: 1.5em;
}

#user-admin-roles .form-item-name {
float: right;
margin-left: 1em;
margin-right: 0;
}

/**
* Password strength indicator.
*/
.password-strength {
float:…

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