backdrop_anonymous_user in includes/bootstrap.inc
Generates a default anonymous $user object.
_backdrop_session_write in includes/session.inc
Writes an entire session to the database (internal use only).
BootstrapIPAddressTestCase::testIPAddressHost in modules/simpletest/tests/bootstrap.test
test IP Address and hostname
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/tests/comment.test
Tests new comment marker.
CommentStorageController::preSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::preSave().
DBLogTestCase::generateLogEntries in modules/dblog/tests/dblog.test
Generates a number of random database log events.
DBLogTestCase::testDBLogAddAndClear in modules/dblog/tests/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogException in modules/dblog/tests/dblog.test
Verifies that exceptions are caught in dblog_watchdog().
flood_clear_event in includes/common.inc
Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed in includes/common.inc
Checks whether a user is allowed to proceed with the specified event.
flood_register_event in includes/common.inc
Registers an event for the current visitor to the flood control mechanism.
TokenUserTestCase::testUserTokens in modules/simpletest/tests/token.test
user_login_authenticate_validate in modules/user/user.module
Second phase validation handler on the login form.
user_tokens in modules/user/user.tokens.inc
Implements hook_tokens().
watchdog in includes/bootstrap.inc
Logs a system message.
watchdog_skip_semaphore in modules/simpletest/tests/actions_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.