Search for table

  1. 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 Template to display a view as a table.
ViewsTranslatableTest class tests/views_translatable.test Tests Views pluggable translations.
ViewsTranslatableTest::$strings property tests/views_translatable.test
ViewsTranslatableTest::getInfo function tests/views_translatable.test
ViewsTranslatableTest::setUp function tests/views_translatable.test Sets up a Drupal site for running functional and integration tests.
ViewsTranslatableTest::testTranslation function tests/views_translatable.test Make sure that the translations get into the loaded view.
ViewsTranslatableTest::testTranslationKey function tests/views_translatable.test Make sure that the different things have the right translation keys.
ViewsTranslatableTest::testUi function tests/views_translatable.test
ViewsTranslatableTest::testUnpackTranslatable function tests/views_translatable.test Tests the unpack translation funtionality.
ViewsTranslatableTest::viewsPlugins function tests/views_translatable.test The views plugin definition. Override it if you test provides a plugin.
ViewsTranslatableTest::view_unpack_translatable function tests/views_translatable.test
ViewsUiBaseViewsWizard::$base_table property plugins/views_wizard/views_ui_base_views_wizard.class.php
ViewsUpgradeTestCase::viewsMovedToTable function tests/views_upgrade.test
views_db_object::$db_table property includes/view.inc
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::$table_alias property includes/handlers.inc The alias of the table of this handler which is used in the query.
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::$name_table property handlers/views_handler_argument.inc The table to use for the name, if not the same table as the argument.
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_field_field::$base_table property modules/field/views_handler_field_field.inc A shortcut for $view->base_table.
views_handler_field_field::add_field_table function modules/field/views_handler_field_field.inc Determine if the field table should be added to the query.
views_handler_field_field::click_sortable function modules/field/views_handler_field_field.inc Determine if this field is click sortable.
views_handler_field_field::get_base_table function modules/field/views_handler_field_field.inc Set the base_table and base_table_alias.
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.
views_move_table function ./views.module Find the real location of a table.
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 List which sections are defaultable and what items each section contains.