Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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:…
user.admin.inc file modules/user/user.admin.inc Admin page callback file for the user module.
user.api.php file modules/user/user.api.php Hooks provided by the User module.
user.css file modules/user/user.css #permissions td.module {
font-weight: bold;
}
#permissions td.permission {
padding-left: 1.5em; /* LTR */
}
#permissions tr.odd .form-item,
#permissions tr.even .form-item {
white-space: normal;
}
#user-admin-settings fieldset…
user.info file modules/user/user.info name = User
description = Manages the user registration and login system.
package = Core
version = VERSION
core = 7.x
files[] = user.module
files[] = user.test
required = TRUE
configure = admin/config/people
stylesheets[all][] = user.css
user.install file modules/user/user.install Install, update and uninstall functions for the user module.
user.module file modules/user/user.module Enables the user registration and login system.
user.pages.inc file modules/user/user.pages.inc User page callback file for the user module.
user.test file modules/user/user.test Tests for user.module.
user.tokens.inc file modules/user/user.tokens.inc Builds placeholder replacement tokens for user-related data.
UserAccountLinksUnitTests class modules/user/user.test Tests user links in the secondary menu.
UserAccountLinksUnitTests::getInfo function modules/user/user.test
UserAccountLinksUnitTests::setUp function modules/user/user.test Sets up a Drupal site for running functional and integration tests.
UserAccountLinksUnitTests::testDisabledAccountLink function modules/user/user.test Tests disabling the 'My account' link.
UserAccountLinksUnitTests::testSecondaryMenu function modules/user/user.test Tests the secondary menu.
UserActionsTest class modules/user/user.test Tests actions provided by the User module.
UserActionsTest::getInfo function modules/user/user.test
UserActionsTest::setUp function modules/user/user.test Sets up a Drupal site for running functional and integration tests.
UserActionsTest::testUserBlockUnBlockActions function modules/user/user.test Tests user block and unblock actions.
UserAdminTestCase class modules/user/user.test
UserAdminTestCase::getInfo function modules/user/user.test
UserAdminTestCase::testUserAdmin function modules/user/user.test Registers a user and deletes it.
UserAuthmapAssignmentTestCase class modules/user/user.test Unit test for authmap assignment.
UserAuthmapAssignmentTestCase::getInfo function modules/user/user.test
UserAuthmapAssignmentTestCase::testAuthmapAssignment function modules/user/user.test Test authmap assignment and retrieval.
UserAutocompleteTestCase class modules/user/user.test Test user autocompletion.
UserAutocompleteTestCase::$privileged_user property modules/user/user.test
UserAutocompleteTestCase::$unprivileged_user property modules/user/user.test
UserAutocompleteTestCase::getInfo function modules/user/user.test
UserAutocompleteTestCase::setUp function modules/user/user.test Sets up a Drupal site for running functional and integration tests.
UserAutocompleteTestCase::testUserAutocomplete function modules/user/user.test Tests access to user autocompletion and verify the correct results.
UserBlocksUnitTests class modules/user/user.test Test user blocks.
UserBlocksUnitTests::getInfo function modules/user/user.test
UserBlocksUnitTests::insertSession function modules/user/user.test Insert a user session into the {sessions} table. This function is used
since we cannot log in more than one user at the same time in tests.
UserBlocksUnitTests::testUserLoginBlock function modules/user/user.test Test the user login block.
UserBlocksUnitTests::testWhosOnlineBlock function modules/user/user.test Test the Who's Online block.
UserCancelTestCase class modules/user/user.test Test cancelling a user.
UserCancelTestCase::$admin_user property modules/user/user.test
UserCancelTestCase::getInfo function modules/user/user.test
UserCancelTestCase::setUp function modules/user/user.test Sets up a Drupal site for running functional and integration tests.

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