| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @file 4 * Contains the current user argument default plugin. 5 */ 6 7 /** 8 * Default argument plugin to extract the global $user 9 */ 10 class views_plugin_argument_default_current_user extends views_plugin_argument_default { 11 function get_argument() { 12 global $user; 13 return $user->uid; 14 } 15 } 16
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |