You are here

function fasttoggle_author_pane_allow_preprocess_disable in Author Pane 6.2

Same name and namespace in other branches
  1. 7.2 modules/fasttoggle.author-pane.inc \fasttoggle_author_pane_allow_preprocess_disable()

Implementation of hook_author_pane_allow_preprocess_disable().

File

modules/fasttoggle.author-pane.inc, line 30
Provides a preprocess function on behalf of the fasttoggle module.

Code

function fasttoggle_author_pane_allow_preprocess_disable() {
  return array(
    'fasttoggle' => 'Fasttoggle',
  );
}