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