1.20.x drupal.inc drupal_get_private_key()

Ensures the private key variable used to generate tokens is set.

Deprecated

since 1.0.0

See also

backdrop_get_private_key()

Related topics

File

includes/drupal.inc, line 1131
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_get_private_key() {
  return backdrop_get_private_key();
}