function clock_form_token_tree in Clock 7.2
AJAX callback that return the token tree of the clock form.
1 string reference to 'clock_form_token_tree'
- clock_form in ./
clock.admin.inc - Form builder for the clock add or edit form.
File
- ./
clock.admin.inc, line 145 - Page generation functions for the administrative pages.
Code
function clock_form_token_tree($form, $form_state) {
return $form['advanced']['token']['tree'];
}