You are here

function context_disable_context_context_page_reaction in Context Disable Context 6

Same name and namespace in other branches
  1. 6.3 context_disable_context.module \context_disable_context_context_page_reaction()
  2. 7.3 context_disable_context.module \context_disable_context_context_page_reaction()
  3. 7 context_disable_context.module \context_disable_context_context_page_reaction()

Implementation of hook_context_page_reaction().

File

./context_disable_context.module, line 47
context_disable_context.module TODO: Enter file description here.

Code

function context_disable_context_context_page_reaction() {
  if ($plugin = context_get_plugin('reaction', 'disable_context')) {
    $plugin
      ->execute();
  }
}