You are here

function key_ui_key_config_edit_title in Key 7

Title callback for the key configuration edit page.

Parameters

string $config_name: The machine-readable name of the configuration being edited.

Return value

string The human-friendly label of the requested configuration.

File

modules/key_ui/key_ui.module, line 89

Code

function key_ui_key_config_edit_title($config_name) {
  return $config['label'];
}