You are here

function context_breakpoint_context_registry in Context Breakpoint 7

File

./context_breakpoint.module, line 170
context_screenresolution.module Main module file.

Code

function context_breakpoint_context_registry() {
  return array(
    'conditions' => array(
      'breakpoint' => array(
        'title' => t('Breakpoint'),
        'plugin' => 'context_condition_breakpoint',
      ),
    ),
  );
}