- backdrop_cron_run in core/
includes/ common.inc - Executes a cron run when called.
- backdrop_session_initialize in core/
includes/ session.inc - Initializes the session handler, starting a session if needed.
- comment_form_node_type_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter().
- drupal_anonymous_user in core/
includes/ drupal.inc - Generates a default anonymous $user object.
- EntityReferenceHandlersTestCase::testUserHandler in core/
modules/ entityreference/ tests/ entityreference.handlers.test - Test the user-specific overrides of the entity handler.
- TokenUserTestCase::testUserTokens in core/
modules/ simpletest/ tests/ token.test - UserEntityCallbacksTestCase::setUp in core/
modules/ user/ tests/ user.test - Sets up a Backdrop site for running functional and integration tests.
- UserPasswordResetTest::testUniqueHashNoPasswordValue in core/
modules/ user/ tests/ user_password_reset.test - Test uniqueness of output from user_pass_rehash() with no passwords.
- _backdrop_bootstrap_page_cache in core/
includes/ bootstrap.inc - Attempts to serve a page from the cache.
- _backdrop_session_destroy in core/
includes/ session.inc - Session handler assigned by session_set_save_handler().
- _backdrop_session_read in core/
includes/ session.inc - Reads an entire session from the database (internal use only).
- _user_cancel in core/
modules/ user/ user.module - Last batch processing step for cancelling a user account.