drush_lockr_lockdown |
./lockr.drush.inc |
Patches installed modules for Key. |
|
|
drush_lockr_register |
./lockr.drush.inc |
Registers the site with lockr. |
|
|
includeFile |
vendor/composer/ClassLoader.php |
Scope isolated include. |
1 |
|
key_provider_lockr_build_configuration_form |
plugins/key_provider/lockr.inc |
The settings form. |
|
1 |
key_provider_lockr_default_configuration |
plugins/key_provider/lockr.inc |
The default plugin configuration. |
|
1 |
key_provider_lockr_delete_key_value |
plugins/key_provider/lockr.inc |
Delete key form submit callback. |
1 |
1 |
key_provider_lockr_get_key_value |
plugins/key_provider/lockr.inc |
Get callback for key_provider plugin. |
|
1 |
key_provider_lockr_key_value_obscure |
plugins/key_provider/lockr.inc |
Obscure key values for display in the admin form. |
|
|
key_provider_lockr_set_key_value |
plugins/key_provider/lockr.inc |
Set callback for key_provider plugin. |
|
1 |
key_type_lockr_encryption_build_configuration_form |
plugins/key_type/lockr_encryption.inc |
Build the plugin configuration form. |
|
1 |
key_type_lockr_encryption_default_configuration |
plugins/key_type/lockr_encryption.inc |
The default plugin configuration. |
1 |
1 |
key_type_lockr_encryption_generate_key_value |
plugins/key_type/lockr_encryption.inc |
Generate a key value. |
|
1 |
key_type_lockr_encryption_validate_key_value |
plugins/key_type/lockr_encryption.inc |
Validate the key value. |
|
1 |
lockr_admin_advanced_form |
include/advanced_form.inc |
Returns form array for advanced settings. |
1 |
|
lockr_admin_advanced_submit |
include/advanced_form.inc |
Save advanced settings. |
|
1 |
lockr_admin_advanced_validate |
include/advanced_form.inc |
Validate advanced settings. |
|
1 |
lockr_admin_csr_form |
include/csr_form.inc |
Returns form array for CSR settings. |
1 |
|
lockr_admin_csr_submit |
include/csr_form.inc |
|
|
1 |
lockr_admin_csr_validate |
include/csr_form.inc |
|
|
1 |
lockr_admin_form |
./lockr.admin.inc |
Form constructor for Lockr registration form. |
|
1 |
lockr_admin_migrate_form |
include/migrate_form.inc |
|
1 |
|
lockr_admin_migrate_submit |
include/migrate_form.inc |
|
|
1 |
lockr_admin_register_form |
include/register_form.inc |
Returns the register form. |
1 |
|
lockr_admin_register_submit |
include/register_form.inc |
Submit the register form. |
|
1 |
lockr_admin_register_validate |
include/register_form.inc |
Validate the register form. |
|
1 |
lockr_admin_status |
include/status.inc |
@file
Status callback for Lockr admin page. |
1 |
|
lockr_check_registration |
./lockr.module |
Returns if this site is currently registered with Lockr. |
3 |
|
lockr_client |
./lockr.module |
Returns the Lockr client for this site. |
2 |
|
lockr_ctools_plugin_directory |
./lockr.module |
Implements hook_ctools_plugin_directory(). |
|
|
lockr_drush_command |
./lockr.drush.inc |
Implements hook_drush_command(). |
|
|
lockr_enable |
./lockr.install |
Implements hook_enable(). |
|
|
lockr_field_encrypt_disable |
modules/lockr_field_encrypt/lockr_field_encrypt.install |
Implements hook_disable(). |
|
|
lockr_field_encrypt_enable |
modules/lockr_field_encrypt/lockr_field_encrypt.install |
Implements hook_enable(). |
|
|
lockr_field_encrypt_entity_info_alter |
modules/lockr_field_encrypt/lockr_field_encrypt.module |
Implements hook_entity_info_alter(). |
|
|
lockr_get_partner |
./lockr.module |
Returns the detected partner, if available. |
2 |
|
lockr_key_client |
./lockr.module |
Returns the Lockr key client. |
5 |
|
lockr_login_form |
./lockr.login.inc |
Register a Lockr user with already established credentials. |
|
1 |
lockr_login_form_submit |
./lockr.login.inc |
Use login credentials to register the site. |
|
|
lockr_login_form_validate |
./lockr.login.inc |
Attempt to log in with the credentials given. |
|
|
lockr_menu |
./lockr.module |
Implements hook_menu(). |
|
|
lockr_migrate_encrypt |
./lockr.forms.inc |
|
1 |
|
lockr_migrate_keys_batch_finished |
./lockr.forms.inc |
|
|
1 |
lockr_migrate_keys_batch_op |
./lockr.forms.inc |
|
|
1 |
lockr_migrate_keys_form |
./lockr.forms.inc |
|
|
1 |
lockr_migrate_keys_form_submit |
./lockr.forms.inc |
|
|
|
lockr_partner |
./lockr.module |
Returns the current partner for this site. |
1 |
|
lockr_site_client |
./lockr.module |
Returns the Lockr site client. |
4 |
|
lockr_uninstall |
./lockr.install |
Implements hook_uninstall(). |
|
|
_lockr_delete_key |
./lockr.module |
Deletes a key from Lockr. |
1 |
|
_lockr_get_key |
./lockr.module |
Gets a key from Lockr. |
1 |
|