Search for table
Title | Object type | File name | Summary |
---|---|---|---|
api-tables.html | file | help/ |
|
style-table.html | file | help/ |
|
template_preprocess_views_view_table | function | theme/ |
Display a view as a table style. |
theme_views_ui_style_plugin_table | function | includes/ |
Theme the form for the table style plugin |
view::$base_table | property | includes/ |
|
view::$db_table | property | includes/ |
|
view::get_base_tables | function | includes/ |
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/ |
Determine whether a view supports admin string translation. |
views-view-table.tpl.php | file | theme/ |
views-view-table.tpl.php Template to display a view as a table. |
views_display::$db_table | property | includes/ |
|
views_fetch_base_tables | function | includes/ |
Fetch a list of all base tables available |
views_get_table_join | function | includes/ |
Fetch a handler to join one table to a primary table from the data cache |
views_handler::ensure_my_table | function | includes/ |
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/ |
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/ |
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/ |
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/ |
Determine if this field is click sortable. |
views_handler_field_broken::ensure_my_table | function | handlers/ |
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/ |
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/ |
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/ |
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/ |
Ensure the main table for this handler is in the query. This is used a lot. |
views_join::$left_table | property | includes/ |
|
views_join::$table | property | includes/ |
|
views_many_to_one_helper::add_table | function | includes/ |
Add a table to the query. |
views_many_to_one_helper::ensure_my_table | function | includes/ |
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/ |
Unpack a single option definition. |
views_object::unpack_translatables | function | includes/ |
Unpacks each handler to store translatable texts. |
views_plugin_cache::$table | property | plugins/ |
What table to store data in. |
views_plugin_display::defaultable_sections | function | plugins/ |
Static member function to list which sections are defaultable and what items each section contains. |
views_plugin_display_extender::defaultable_sections | function | plugins/ |
Static member function to list which sections are defaultable and what items each section contains. |
views_plugin_display_feed::defaultable_sections | function | plugins/ |
Static member function to list which sections are defaultable and what items each section contains. |
views_plugin_query_default::$tables | property | plugins/ |
Holds an array of tables and counts added so that we can create aliases |
views_plugin_query_default::$table_queue | property | plugins/ |
A list of tables in the order they should be added, keyed by alias. |
views_plugin_query_default::add_table | function | plugins/ |
Add a table to the query, ensuring the path exists. |
views_plugin_query_default::ensure_table | function | plugins/ |
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/ |
Get the information associated with a table. |
views_plugin_query_default::mark_table | function | plugins/ |
|
views_plugin_query_default::queue_table | function | plugins/ |
Add a table to the query without ensuring the path. |
views_plugin_row_aggregator_rss::$base_table | property | modules/ |
|
views_plugin_row_comment_rss::$base_table | property | modules/ |
|
views_plugin_row_comment_view::$base_table | property | modules/ |
|
views_plugin_row_node_rss::$base_table | property | modules/ |
|
views_plugin_row_node_view::$base_table | property | modules/ |
|
views_plugin_style_table | class | plugins/ |
Style plugin to render each item as a row in a table. |
views_plugin_style_table.inc | file | plugins/ |
Contains the table style plugin. |
views_plugin_style_table::$active | property | plugins/ |
Contains the current active sort column. |
views_plugin_style_table::$order | property | plugins/ |
Contains the current active sort order, either desc or asc. |
views_plugin_style_table::build_sort | function | plugins/ |
Determine if we should provide sorting based upon $_GET inputs |
views_plugin_style_table::build_sort_post | function | plugins/ |
Add our actual sort criteria |
Pagination
- Page 1
- Next page