|
|
Drupal example source code file (views_handler_field_aggregator_item_description.inc)
The views_handler_field_aggregator_item_description.inc Drupal example source code<?php // $Id: views_handler_field_aggregator_item_description.inc,v 1.1.4.2 2010/01/05 01:17:02 merlinofchaos Exp $ /** * @file * Filters htmls tags from item description. */ class views_handler_field_aggregator_item_description extends views_handler_field_xss { function render($values) { $value = $values->{$this->field_alias}; return aggregator_filter_xss($value); } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_handler_field_aggregator_item_description.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.