Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.166.2.43 (checked in on 2007/07/14 at 18:54:16 by merlinofchaos)
| Name | Description |
|---|---|
| theme_view | Returns a themed view. |
| theme_views_display_filters | |
| theme_views_filters | |
| theme_views_handle_field | Themeable function to handle displaying a specific field. |
| theme_views_more | Format the 'more' link for a view. Personally I prefer [More] but I've been convinced to go with simply 'more'. |
| theme_views_nodate | |
| theme_views_summary | Display a summary version of a view. |
| theme_views_view | Display a view. |
| theme_views_view_list | Display the nodes of a view as a list. |
| theme_views_view_nodes | Display the nodes of a view as plain nodes. |
| theme_views_view_table | Display the nodes of a view as a table. |
| theme_views_view_teasers | Display the nodes of a view as teasers. |
| views_access | Determine if the specified user has access to a view. |
| views_block | Implementation of hook_block() |
| views_build_view | This builds the basic view. |
| views_create_view | Create a blank view. |
| views_css_safe | Prepare the specified string for use as a CSS identifier. |
| views_devel_caches | |
| views_filters | |
| views_filters_process | |
| views_filter_validate_array | Provide validation for filters with array values. The $name must be provided by whatever added the validator to the form gadget. |
| views_form_alter | |
| views_get_all_urls | Load all of the URLs we use; this is cached in a special manner in an attempt to make the menu system both flexible and yet not overly intensive. |
| views_get_filter_values | This function fetches filter values from the $_GET object |
| views_get_summary_link | Get the summary link for a view. |
| views_get_textarea | |
| views_get_title | Figure out what the title of a view should be. |
| views_get_url | Figure out what the URL of the view we're currently looking at is. |
| views_get_view | This function loads a view by name or vid; if not found in db, it looks for a default view by that name. |
| views_handler_field_date | Format a date. |
| views_handler_field_dates | Provide a list of all standard supproted date output handlers. |
| views_handler_field_date_custom | Format a date using custom representation. |
| views_handler_field_date_large | Format a date using large representation. |
| views_handler_field_date_small | Format a date using small representation. |
| views_handler_field_filesize | Format a field as file size. |
| views_handler_field_int | Format a field as an integer. |
| views_handler_field_since | Format a date as "X time ago". |
| views_handler_filter_date_value_form | Provide a form gadget for dates. |
| views_handler_filter_like | Custom filter for LIKE operations |
| views_handler_filter_null | Custom filter for IS NULL and IS NOT NULL operations Operator must be 'IS' or 'IS NOT' |
| views_handler_filter_timestamp | Handle a timestamp filter. |
| views_handler_operator_andor | A list of and/or/nor. |
| views_handler_operator_eqneq | A list of equal or not equal to. |
| views_handler_operator_gtlt | A list of greater / equal / less than |
| views_handler_operator_like | A list of options to be used in LIKE queries |
| views_handler_operator_or | A list of or/nor. |
| views_handler_operator_yesno | A list of yes/no. |
| views_handler_sort_date | |
| views_handler_sort_date_minute | |
| views_handler_sort_date_options | |
| views_help | Implementation of hook_help() |
| views_invalidate_cache | Invalidate the views cache, forcing a rebuild on the next grab of table data. |
| views_load_cache | Load the cache sub-module |
| views_load_query | Load the query sub-module |
| views_load_view | Load a view from the database -- public version of the function. |
| views_menu | Implementation of hook_menu() |
| views_menu_admin_items | Add the adminstrative items to a view. |
| views_menu_inline_items | |
| views_menu_standard_items | Add the menu items for all non-inline views to the menu |
| views_new_table | Helper function to make table creation a little easier. It adds the necessary data to a $table array and returns it. |
| views_perm | Implementation of hook_perm |
| views_set_breadcrumb | |
| views_table_add_data | Helper function to make table creation a little easier. It adds the necessary data to the $table array. |
| views_table_add_field | Helper function to make table creation a little easier. It adds the necessary data to the $table array. |
| views_table_add_filter | Helper function to make table creation a little easier. It adds the necessary data to the $table array. |
| views_table_add_sort | Helper function to make table creation a little easier. It adds the necessary data to the $table array. |
| views_taxonomy | Invalidate the views cache when taxonomy vocabulary changes. |
| views_theme | Easily theme any item to a view. |
| views_theme_field | Easily theme any item to a field name. field name will be in the format of TABLENAME_FIELDNAME You have to understand a bit about the views data to utilize this. |
| views_t_strings | This function is used as a central place to manage some translatable text strings that are used in different places. |
| views_url_arg | Handle '$arg' in a URL. Any non-empty value is true. |
| views_url_node | Handle '$node' in a URL. Any valid node wil ldo. |
| views_url_user | Handle '$user' in a URL. Any valid user wil ldo. |
| views_views_query_substitutions | Substitute current time; this works with cached queries. |
| views_views_style_plugins | Default Views style plugins. Implementation of hook_views_style_plugins() |
| views_views_tabs | Implementation of hook_views_tabs(). |
| views_views_url_tokens | Default Views URL tokens |
| views_view_add_argument | Add argument info to a view. |
| views_view_add_block | Add block info to a view. |
| views_view_add_exposed_filter | Add exposed_filter info to a view. |
| views_view_add_field | Add field info to a view. |
| views_view_add_filter | Add filter info to a view. |
| views_view_add_menu | Add menu info to a view. |
| views_view_add_page | Add page info to a view. |
| views_view_add_sort | Add sort info to a view. |
| views_view_block | This views a view by block. Can be used as a callback or programmatically. |
| views_view_page | This views a view by page, and should only be used as a callback. |
| _views_build_filters_form | |
| _views_check_arrays | Ensure that all the arrays in a view exist so we don't run into array operations on a non-array error. |
| _views_construct_header | Construct a header for a table view. |
| _views_create_menu_item | Helper function to add a menu item for a view. |
| _views_delete_view | Delete a view from the database. |
| _views_get_timezone | Figure out what timezone we're in; needed for some date manipulations. |
| _views_is_cacheable | Determine whether or not a view is cacheable. A view is not cacheable if there is some kind of user input or data required. For example, views that need to restrict to the 'current' user, or any views that require arguments or allow... |
| _views_load_view | Load a view from the database. (deprecated; use views_load_view in favor of this function). |
| _views_menu_item | Helper function to create a menu item for a view. |
| _views_menu_type | Determine what menu type a view needs to use. |
| _views_save_view | Save a view to the database. |
| _views_view_fields | Provide all the fields in a view. |