function hosting_site_language_callback in Hosting 7.3
Same name and namespace in other branches
- 7.4 site/hosting_site.form.inc \hosting_site_language_callback()
Ajax callback for the site platform field.
1 string reference to 'hosting_site_language_callback'
- hosting_site_form in site/
hosting_site.form.inc - Implements hook_form().
File
- site/
hosting_site.form.inc, line 350 - Site node form.
Code
function hosting_site_language_callback($form, &$form_state) {
return $form['site_language'];
}