20 calls to drupal_hash_base64()

action_actions_map in drupal/core/modules/action/action.module
Creates an associative array keyed by hashes of function names or IDs.
action_admin_configure in drupal/core/modules/action/action.admin.inc
Form constructor for the configuration of a single action.
action_function_lookup in drupal/core/modules/action/action.module
Returns an action array key (function or ID), given its hash.
aggregator_test_feed in drupal/core/modules/aggregator/tests/aggregator_test.module
Page callback. Generates a test feed and simulates last-modified and etags.
ConfigurationTest::testActionConfiguration in drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
drupal_build_css_cache in drupal/core/includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_build_js_cache in drupal/core/includes/common.inc
Aggregates JavaScript files into a cache file in the files directory.
drupal_get_private_key in drupal/core/includes/common.inc
Ensures the private key variable used to generate tokens is set.
drupal_install_config_directories in drupal/core/includes/install.inc
Creates the config directory and ensures it is operational.
drupal_prepare_form in drupal/core/includes/form.inc
Prepares a structured form array.
drupal_rebuild_form in drupal/core/includes/form.inc
Constructs a new $form from the information in $form_state.
drupal_session_initialize in drupal/core/includes/session.inc
Initializes the session handler, starting a session if needed.
drupal_session_regenerate in drupal/core/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
image_style_deliver in drupal/core/modules/image/image.module
Menu callback; Given a style and image path, generate a derivative.
install_settings_form_submit in drupal/core/includes/install.core.inc
Form submission handler for install_settings_form().
UpgradePathTestBase::prepareD8Session in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Prepares the appropriate session for the release of Drupal being upgraded.
user_pass_reset in drupal/core/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
_book_admin_table in drupal/core/modules/book/book.admin.inc
Builds the table portion of the form for the book administration page.
_locale_rebuild_js in drupal/core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.
_toolbar_get_subtree_hash in drupal/core/modules/toolbar/toolbar.module
Returns the hash of the per-user rendered toolbar subtrees.