|
|
Drupal example source code file (filefield.views.inc)
The filefield.views.inc Drupal example source code<?php // $Id: filefield.views.inc,v 1.1 2009/04/12 19:14:02 quicksketch Exp $ /** * @file * Provide views data for filefield.module. */ /** * @defgroup views_filefield_module filefield.module handlers * * Includes the handler for the FileField data column. * @{ */ /** * Implementation of hook_views_handlers(). */ function filefield_views_handlers() { return array( 'info' => array( 'path' => drupal_get_path('module', 'filefield') . '/views', ), 'handlers' => array( // field handlers 'filefield_handler_field_data' => array( 'parent' => 'views_handler_field_node', ), ), ); } /** * @} */ Other Drupal examples (source code examples)Here is a short list of links related to this Drupal filefield.views.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.