You are here

function viewsphpfilter_views_handlers in Views PHP Filter 7

Same name and namespace in other branches
  1. 6 viewsphpfilter.views.inc \viewsphpfilter_views_handlers()

File

./viewsphpfilter.views.inc, line 23

Code

function viewsphpfilter_views_handlers() {
  return array(
    'handlers' => array(
      'views_handler_filter_node_nid_php' => array(
        'parent' => 'views_handler_filter',
      ),
    ),
  );
}