Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
bootstrap.inc
»
drupal_anonymous_user
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
10 calls to drupal_anonymous_user()
comment_form_node_type_form_alter
in drupal/
core/
modules/
comment/
comment.module
Implements
hook_form_FORM_ID_alter
().
drupal_cron_run
in drupal/
core/
includes/
common.inc
Executes a cron run when called.
drupal_session_initialize
in drupal/
core/
includes/
session.inc
Initializes the session handler, starting a session if needed.
LocaleUninstallTest::testUninstallProcess
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
TestBase::prepareEnvironment
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
TestBase.php
Prepares the current environment for running the test.
user_attach_accounts
in drupal/
core/
modules/
user/
user.module
Populates $entity->account for each prepared entity.
_drupal_bootstrap_page_cache
in drupal/
core/
includes/
bootstrap.inc
Attempts to serve a page from the cache.
_drupal_session_destroy
in drupal/
core/
includes/
session.inc
Session handler assigned by
session_set_save_handler
().
_drupal_session_read
in drupal/
core/
includes/
session.inc
Reads an entire session from the database (internal use only).
_user_cancel
in drupal/
core/
modules/
user/
user.module
Last batch processing step for cancelling a user account.