21 calls to Crypt::randomBytesBase64() in Zircon Profile 8
- CsrfTokenGenerator::get in core/
lib/ Drupal/ Core/ Access/ CsrfTokenGenerator.php - Generates a token based on $value, the user session, and the private key.
- CsrfTokenGeneratorTest::setupDefaultExpectations in core/
tests/ Drupal/ Tests/ Core/ Access/ CsrfTokenGeneratorTest.php - Set up default expectations on the mocks.
- CsrfTokenGeneratorTest::testGenerateSeedOnGet in core/
tests/ Drupal/ Tests/ Core/ Access/ CsrfTokenGeneratorTest.php - Tests that a new token seed is generated upon first use.
- drupal_generate_test_ua in core/
includes/ bootstrap.inc - Generates a user agent string with a HMAC and timestamp for simpletest.
- drupal_install_config_directories in core/
includes/ install.inc - Creates the config directory and ensures it is operational.
- FormBuilder::prepareForm in core/
lib/ Drupal/ Core/ Form/ FormBuilder.php - Prepares a structured form array.
- FormBuilder::rebuildForm in core/
lib/ Drupal/ Core/ Form/ FormBuilder.php - Constructs a new $form from the information in $form_state.
- FormCache::getCache in core/
lib/ Drupal/ Core/ Form/ FormCache.php - Fetches a form from the cache.
- Html::getUniqueId in core/
lib/ Drupal/ Component/ Utility/ Html.php - Prepares a string for use as a valid HTML ID and guarantees uniqueness.
- PermissionsHashGeneratorTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Session/ PermissionsHashGeneratorTest.php - PrivateKey::create in core/
lib/ Drupal/ Core/ PrivateKey.php - Creates a new private key.
- PrivateKeyTest::setUp in core/
tests/ Drupal/ Tests/ Core/ PrivateKeyTest.php - SessionManager::regenerate in core/
lib/ Drupal/ Core/ Session/ SessionManager.php - Regenerates id that represents this storage.
- SessionManager::start in core/
lib/ Drupal/ Core/ Session/ SessionManager.php - Starts the session.
- SimpleTestTest::stubTest in core/
modules/ simpletest/ src/ Tests/ SimpleTestTest.php - Test to be run and the results confirmed.
- SiteSettingsForm::submitForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteSettingsForm.php - Form submission handler.
- system_install in core/
modules/ system/ system.install - Implements hook_install().
- template_preprocess_html in core/
includes/ theme.inc - Prepares variables for HTML document templates.
- TestBase::prepareEnvironment in core/
modules/ simpletest/ src/ TestBase.php - Prepares the current environment for running the test.
- UpdatePathTestBase::prepareSettings in core/
modules/ system/ src/ Tests/ Update/ UpdatePathTestBase.php - Add settings that are missed since the installer isn't run.
- UserPasswordResetForm::submitForm in core/
modules/ user/ src/ Form/ UserPasswordResetForm.php - Form submission handler.