You are here

function context_admin_term_childless_access_settings_submit in Contextual Administration 7

Same name and namespace in other branches
  1. 6 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 32
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) {
}