Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

views.module

Version

1.166.2.43 (checked in on 2007/07/14 at 18:54:16 by merlinofchaos)

Functions

Namesort iconDescription
theme_viewReturns a themed view.
theme_views_display_filters
theme_views_filters
theme_views_handle_fieldThemeable function to handle displaying a specific field.
theme_views_moreFormat 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_summaryDisplay a summary version of a view.
theme_views_viewDisplay a view.
theme_views_view_listDisplay the nodes of a view as a list.
theme_views_view_nodesDisplay the nodes of a view as plain nodes.
theme_views_view_tableDisplay the nodes of a view as a table.
theme_views_view_teasersDisplay the nodes of a view as teasers.
views_accessDetermine if the specified user has access to a view.
views_blockImplementation of hook_block()
views_build_viewThis builds the basic view.
views_create_viewCreate a blank view.
views_css_safePrepare the specified string for use as a CSS identifier.
views_devel_caches
views_filters
views_filters_process
views_filter_validate_arrayProvide 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_urlsLoad 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_valuesThis function fetches filter values from the $_GET object
views_get_summary_linkGet the summary link for a view.
views_get_textarea
views_get_titleFigure out what the title of a view should be.
views_get_urlFigure out what the URL of the view we're currently looking at is.
views_get_viewThis 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_dateFormat a date.
views_handler_field_datesProvide a list of all standard supproted date output handlers.
views_handler_field_date_customFormat a date using custom representation.
views_handler_field_date_largeFormat a date using large representation.
views_handler_field_date_smallFormat a date using small representation.
views_handler_field_filesizeFormat a field as file size.
views_handler_field_intFormat a field as an integer.
views_handler_field_sinceFormat a date as "X time ago".
views_handler_filter_date_value_formProvide a form gadget for dates.
views_handler_filter_likeCustom filter for LIKE operations
views_handler_filter_nullCustom filter for IS NULL and IS NOT NULL operations Operator must be 'IS' or 'IS NOT'
views_handler_filter_timestampHandle a timestamp filter.
views_handler_operator_andorA list of and/or/nor.
views_handler_operator_eqneqA list of equal or not equal to.
views_handler_operator_gtltA list of greater / equal / less than
views_handler_operator_likeA list of options to be used in LIKE queries
views_handler_operator_orA list of or/nor.
views_handler_operator_yesnoA list of yes/no.
views_handler_sort_date
views_handler_sort_date_minute
views_handler_sort_date_options
views_helpImplementation of hook_help()
views_invalidate_cacheInvalidate the views cache, forcing a rebuild on the next grab of table data.
views_load_cacheLoad the cache sub-module
views_load_queryLoad the query sub-module
views_load_viewLoad a view from the database -- public version of the function.
views_menuImplementation of hook_menu()
views_menu_admin_itemsAdd the adminstrative items to a view.
views_menu_inline_items
views_menu_standard_itemsAdd the menu items for all non-inline views to the menu
views_new_tableHelper function to make table creation a little easier. It adds the necessary data to a $table array and returns it.
views_permImplementation of hook_perm
views_set_breadcrumb
views_table_add_dataHelper function to make table creation a little easier. It adds the necessary data to the $table array.
views_table_add_fieldHelper function to make table creation a little easier. It adds the necessary data to the $table array.
views_table_add_filterHelper function to make table creation a little easier. It adds the necessary data to the $table array.
views_table_add_sortHelper function to make table creation a little easier. It adds the necessary data to the $table array.
views_taxonomyInvalidate the views cache when taxonomy vocabulary changes.
views_themeEasily theme any item to a view.
views_theme_fieldEasily 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_stringsThis function is used as a central place to manage some translatable text strings that are used in different places.
views_url_argHandle '$arg' in a URL. Any non-empty value is true.
views_url_nodeHandle '$node' in a URL. Any valid node wil ldo.
views_url_userHandle '$user' in a URL. Any valid user wil ldo.
views_views_query_substitutionsSubstitute current time; this works with cached queries.
views_views_style_pluginsDefault Views style plugins. Implementation of hook_views_style_plugins()
views_views_tabsImplementation of hook_views_tabs().
views_views_url_tokensDefault Views URL tokens
views_view_add_argumentAdd argument info to a view.
views_view_add_blockAdd block info to a view.
views_view_add_exposed_filterAdd exposed_filter info to a view.
views_view_add_fieldAdd field info to a view.
views_view_add_filterAdd filter info to a view.
views_view_add_menuAdd menu info to a view.
views_view_add_pageAdd page info to a view.
views_view_add_sortAdd sort info to a view.
views_view_blockThis views a view by block. Can be used as a callback or programmatically.
views_view_pageThis views a view by page, and should only be used as a callback.
_views_build_filters_form
_views_check_arraysEnsure that all the arrays in a view exist so we don't run into array operations on a non-array error.
_views_construct_headerConstruct a header for a table view.
_views_create_menu_itemHelper function to add a menu item for a view.
_views_delete_viewDelete a view from the database.
_views_get_timezoneFigure out what timezone we're in; needed for some date manipulations.
_views_is_cacheableDetermine 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_viewLoad a view from the database. (deprecated; use views_load_view in favor of this function).
_views_menu_itemHelper function to create a menu item for a view.
_views_menu_typeDetermine what menu type a view needs to use.
_views_save_viewSave a view to the database.
_views_view_fieldsProvide all the fields in a view.