You are here

function hosting_alias_add_alias_callback in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 alias/hosting_alias.module \hosting_alias_add_alias_callback()

Ajax callback for returning multiple alias fields.

1 string reference to 'hosting_alias_add_alias_callback'
hosting_alias_form_data in alias/hosting_alias.module
Alter the node form for a site to add the aliases and redirection items.

File

alias/hosting_alias.module, line 187
Allow sites to have domain aliases that they can be accessed with.

Code

function hosting_alias_add_alias_callback($form, $form_state) {
  return $form['aliases_wrapper'];
}