Search for table

  1. Other projects
Title Object type File name Summary
views_plugin_display_extender::defaultable_sections function plugins/views_plugin_display_extender.inc Static member function to list which sections are defaultable
and what items each section contains.
views_plugin_display_feed::defaultable_sections function plugins/views_plugin_display_feed.inc List which sections are defaultable and what items each section contains.
views_plugin_query_default::$tables property plugins/views_plugin_query_default.inc Holds an array of tables and counts added so that we can create aliases.
views_plugin_query_default::$table_queue property plugins/views_plugin_query_default.inc A list of tables in the order they should be added, keyed by alias.
views_plugin_query_default::add_table function plugins/views_plugin_query_default.inc Add a table to the query, ensuring the path exists.
views_plugin_query_default::ensure_table function plugins/views_plugin_query_default.inc Ensure a table exists in the queue; if it already exists it won't do
anything, but if it doesn't it will add the table queue. It will ensure a
path leads back to the relationship table.
views_plugin_query_default::get_table_info function plugins/views_plugin_query_default.inc Get the information associated with a table.
views_plugin_query_default::mark_table function plugins/views_plugin_query_default.inc
views_plugin_query_default::queue_table function plugins/views_plugin_query_default.inc Add a table to the query without ensuring the path.
views_plugin_row_aggregator_rss::$base_table property modules/aggregator/views_plugin_row_aggregator_rss.inc
views_plugin_row_comment_rss::$base_table property modules/comment/views_plugin_row_comment_rss.inc
views_plugin_row_comment_view::$base_table property modules/comment/views_plugin_row_comment_view.inc
views_plugin_row_node_rss::$base_table property modules/node/views_plugin_row_node_rss.inc Basic properties that let the row style follow relationships.
views_plugin_row_node_view::$base_table property modules/node/views_plugin_row_node_view.inc Basic properties that let the row style follow relationships.
views_plugin_row_user_view::$base_table property modules/user/views_plugin_row_user_view.inc
views_plugin_style_table class plugins/views_plugin_style_table.inc Style plugin to render each item as a row in a table.
views_plugin_style_table.inc file plugins/views_plugin_style_table.inc Definition of views_plugin_style_table.
views_plugin_style_table::$active property plugins/views_plugin_style_table.inc Contains the current active sort column.
views_plugin_style_table::$order property plugins/views_plugin_style_table.inc Contains the current active sort order, either desc or asc.
views_plugin_style_table::build_sort function plugins/views_plugin_style_table.inc Determine if we should provide sorting based upon $_GET inputs.
views_plugin_style_table::build_sort_post function plugins/views_plugin_style_table.inc Add our actual sort criteria.
views_plugin_style_table::even_empty function plugins/views_plugin_style_table.inc Should the output of the style plugin be rendered even if it's empty.
views_plugin_style_table::options_form function plugins/views_plugin_style_table.inc Render the given style.
views_plugin_style_table::option_definition function plugins/views_plugin_style_table.inc Information about options for all kinds of purposes will be held here.
views_plugin_style_table::sanitize_columns function plugins/views_plugin_style_table.inc Normalize a list of columns based upon the fields that are
available. This compares the fields stored in the style handler
to the list of fields actually in the view, removing fields that
have been removed and adding new fields in their own column.
views_translatable.test file tests/views_translatable.test Definition of ViewsTranslatableTest.
views_ui::tablesort_link function plugins/export_ui/views_ui.class.php
views_views_exportables function ./views.module Implements hook_views_exportables().