backdrop_get_private_key in core/includes/common.inc
Ensures the private key variable used to generate tokens is set.
backdrop_prepare_form in core/includes/form.inc
Prepares a structured form array.
backdrop_rebuild_form in core/includes/form.inc
Constructs a new $form from the information in $form_state.
backdrop_session_initialize in core/includes/session.inc
Initializes the session handler, starting a session if needed.
backdrop_session_regenerate in core/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
drupal_random_key in core/includes/drupal.inc
Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
form_get_cache in core/includes/form.inc
Fetches a form from the cache.
install_hash_salt in core/includes/install.core.inc
Installation task; Rewrite settings.php to include hash salt.
system_install in core/modules/system/system.install
Implements hook_install().
taxonomy_vocab_load_test_taxonomy_vocabulary_load in core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.module
Implements hook_taxonomy_vocabulary_load().
user_pass_rehash in core/modules/user/user.module
Creates a unique hash value for use in time-dependent per-user URLs.
_backdrop_session_regenerate_existing in core/includes/session.inc
Regenerates an existing session.