You are here

function key_config_features_export_options in Key 7.3

Same name and namespace in other branches
  1. 7 includes/key_config.features.inc \key_config_features_export_options()
  2. 7.2 includes/key_config.features.inc \key_config_features_export_options()

Implements hook_features_export_options().

File

includes/key_config.features.inc, line 11
Provides Features integration for managing keys.

Code

function key_config_features_export_options() {
  return key_get_key_names_as_options(array(), TRUE);
}