You are here

constant NODESQUIRREL_SECRET_KEY_PATTERN in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/destinations.nodesquirrel.inc \NODESQUIRREL_SECRET_KEY_PATTERN
  2. 6.2 includes/destinations.nodesquirrel.inc \NODESQUIRREL_SECRET_KEY_PATTERN
  3. 7.2 includes/destinations.nodesquirrel.inc \NODESQUIRREL_SECRET_KEY_PATTERN

@file Functions to handle the NodeSquirrel backup destination.

2 uses of NODESQUIRREL_SECRET_KEY_PATTERN
backup_migrate_destination_nodesquirrel::edit_form in includes/destinations.nodesquirrel.inc
Get the form for the settings for this destination.
backup_migrate_destination_nodesquirrel::vaidate_key in includes/destinations.nodesquirrel.inc
Validate a secret key. Returns error text if the key is invalid.

File

includes/destinations.nodesquirrel.inc, line 8
Functions to handle the NodeSquirrel backup destination.

Code

define('NODESQUIRREL_SECRET_KEY_PATTERN', '/^[0-9a-f]{32}\\:?[0-9a-f]{32}$/');