You are here

function encrypt_config_features_export_options in Encrypt 7.2

Same name and namespace in other branches
  1. 7.3 includes/encrypt.features.inc \encrypt_config_features_export_options()

Implements hook_features_export_options().

File

includes/encrypt.features.inc, line 11
Provides Features integration for managing configurations.

Code

function encrypt_config_features_export_options() {
  return encrypt_get_configs_as_options(TRUE);
}