|
|
Drupal example source code file (views_handler_filter_node_comment.inc)
The views_handler_filter_node_comment.inc Drupal example source code<?php // $Id: views_handler_filter_node_comment.inc,v 1.1.6.1 2010/12/19 10:31:18 dereine Exp $ /** * Filter based on comment node status */ class views_handler_filter_node_comment extends views_handler_filter_in_operator { function get_value_options() { $this->value_options = array( COMMENT_NODE_HIDDEN => t('Hidden'), COMMENT_NODE_CLOSED => t('Closed'), COMMENT_NODE_OPEN => t('Open'), ); } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_handler_filter_node_comment.inc source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.