You are here

function hosting_site_language_callback in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 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 477
Site node form.

Code

function hosting_site_language_callback($form, &$form_state) {
  return $form['site_language'];
}