backdrop_anonymous_user in core/includes/bootstrap.inc
Generates a default anonymous $user object.
BootstrapIPAddressTestCase::testIPAddressHost in core/modules/simpletest/tests/bootstrap.test
test IP Address and hostname
CommentInterfaceTest::setEnvironment in core/modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
Tests new comment marker.
CommentStorageController::preSave in core/modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::preSave().
DBLogTestCase::generateLogEntries in core/modules/dblog/tests/dblog.test
Generates a number of random database log events.
DBLogTestCase::testDBLogAddAndClear in core/modules/dblog/tests/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogCorrupted in core/modules/dblog/tests/dblog.test
Tests corrupted log entries can still display available data.
DBLogTestCase::testDBLogException in core/modules/dblog/tests/dblog.test
Verifies that exceptions are caught in dblog_watchdog().
EntityReferenceHandlersTestCase::testCommentHandler in core/modules/entityreference/tests/entityreference.handlers.test
Test the comment-specific overrides of the entity handler.
flood_clear_event in core/includes/common.inc
Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed in core/includes/common.inc
Checks whether a user is allowed to proceed with the specified event.
flood_register_event in core/includes/common.inc
Registers an event for the current visitor to the flood control mechanism.
TokenUserTestCase::testUserTokens in core/modules/simpletest/tests/token.test
user_login_authenticate_validate in core/modules/user/user.module
Second phase validation handler on the login form.
user_login_final_validate in core/modules/user/user.module
The final validation handler on the login form.
user_tokens in core/modules/user/user.tokens.inc
Implements hook_tokens().
watchdog in core/includes/bootstrap.inc
Logs a system message.
watchdog_skip_semaphore in core/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.
_backdrop_session_write in core/includes/session.inc
Writes an entire session to the database (internal use only).