|
|
Drupal example source code file (views_handler_field_node_comment.inc)
The views_handler_field_node_comment.inc Drupal example source code<?php // $Id: views_handler_field_node_comment.inc,v 1.1 2008/09/03 19:21:29 merlinofchaos Exp $ /** * Display node comment status */ class views_handler_field_node_comment extends views_handler_field { function render($values) { switch ($values->{$this->field_alias}) { case COMMENT_NODE_DISABLED: default: return t('Disabled'); case COMMENT_NODE_READ_ONLY: return t('Read only'); case COMMENT_NODE_READ_WRITE: return t('Read/Write'); } } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_handler_field_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.