function context_admin_term_childless_access_settings_submit in Contextual Administration 6
Same name and namespace in other branches
- 7 plugins/access/term_childless.inc \context_admin_term_childless_access_settings_submit()
1 string reference to 'context_admin_term_childless_access_settings_submit'
- term_childless.inc in plugins/
access/ term_childless.inc - Provides access handler based upon the lack of child terms for the term we're on.
File
- plugins/
access/ term_childless.inc, line 31 - Provides access handler based upon the lack of child terms for the term we're on.
Code
function context_admin_term_childless_access_settings_submit(&$form, &$form_state) {
}