|
|
Drupal example source code file (views_handler_filter_user_roles.inc)
The views_handler_filter_user_roles.inc Drupal example source code<?php // $Id: views_handler_filter_user_roles.inc,v 1.1 2008/09/03 19:21:30 merlinofchaos Exp $ /** * Filter handler for user roles */ class views_handler_filter_user_roles extends views_handler_filter_many_to_one { function get_value_options() { $this->value_options = user_roles(TRUE); unset($this->value_options[DRUPAL_AUTHENTICATED_RID]); } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_handler_filter_user_roles.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.