Search for table

  1. Search 7.x-3.x for table
  2. Other projects
Title Object type File name Summary
api-tables.html file help/api-tables.html
style-table.html file help/style-table.html
template_preprocess_views_view_table function theme/theme.inc Display a view as a table style.
theme_views_ui_style_plugin_table function includes/admin.inc Theme the form for the table style plugin
view::$base_table property includes/view.inc
view::$db_table property includes/view.inc
view::get_base_tables function includes/view.inc Create a list of base tables eligible for this view. Used primarily
for the UI. Display must be already initialized.
view::is_translatable function includes/view.inc Determine whether a view supports admin string translation.
views-view-table.tpl.php file theme/views-view-table.tpl.php views-view-table.tpl.php
Template to display a view as a table.
views_display::$db_table property includes/view.inc
views_fetch_base_tables function includes/admin.inc Fetch a list of all base tables available
views_get_table_join function includes/handlers.inc Fetch a handler to join one table to a primary table from the data cache
views_handler::ensure_my_table function includes/handlers.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_area_broken::ensure_my_table function handlers/views_handler_area.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_argument_broken::ensure_my_table function handlers/views_handler_argument.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_argument_many_to_one::ensure_my_table function handlers/views_handler_argument_many_to_one.inc Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining.
views_handler_field::click_sortable function handlers/views_handler_field.inc Determine if this field is click sortable.
views_handler_field_broken::ensure_my_table function handlers/views_handler_field.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_filter_broken::ensure_my_table function handlers/views_handler_filter.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_filter_many_to_one::ensure_my_table function handlers/views_handler_filter_many_to_one.inc Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining.
views_handler_relationship_broken::ensure_my_table function handlers/views_handler_relationship.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_sort_broken::ensure_my_table function handlers/views_handler_sort.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_join::$left_table property includes/handlers.inc
views_join::$table property includes/handlers.inc
views_many_to_one_helper::add_table function includes/handlers.inc Add a table to the query.
views_many_to_one_helper::ensure_my_table function includes/handlers.inc Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining.
views_object::unpack_translatable function includes/base.inc Unpack a single option definition.
views_object::unpack_translatables function includes/base.inc Unpacks each handler to store translatable texts.
views_plugin_cache::$table property plugins/views_plugin_cache.inc What table to store data in.
views_plugin_display::defaultable_sections function plugins/views_plugin_display.inc Static member function to list which sections are defaultable
and what items each section contains.
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 Static member function to 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
views_plugin_row_node_view::$base_table property modules/node/views_plugin_row_node_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 Contains the table style plugin.
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