You are here

function og_variables_variable_edit_form in OG Variables 7

OG variables edit variable form.

1 string reference to 'og_variables_variable_edit_form'
og_variables_menu in ./og_variables.module
Implements hook_menu().

File

./og_variables.module, line 70
Per space management of variables.

Code

function og_variables_variable_edit_form($entity_type, $entity_id) {
  return drupal_get_form('variable_realm_edit_variables_form', 'og', $entity_type . '_' . $entity_id);
}