_form_test_tableselect_js_select_form |
function |
modules/simpletest/tests/form_test.module |
Test functionality of the tableselect #js_select property. |
DatabaseCharsetConverter::convertTable |
function |
includes/database/charset_converter.inc |
Converts a table to a desired character set and collation. |
DatabaseSelectTableSortDefaultTestCase |
class |
modules/simpletest/tests/database_test.test |
|
FormsElementsTableSelectFunctionalTest |
class |
modules/simpletest/tests/form.test |
Test the tableselect form element for expected behavior. |
views_plugin_style_table::options_form |
function |
modules/views/plugins/views_plugin_style_table.inc |
Render the given style. |
theme_layout_menu_item_arguments_table |
function |
modules/layout/layout.theme.inc |
Output the arguments table for layout_menu_item_arguments_form(). |
views_handler_field_field::$base_table |
property |
modules/field/views/views_handler_field_field.inc |
A shortcut for $view->base_table. |
views_plugin_query_default::mark_table |
function |
modules/views/plugins/views_plugin_query_default.inc |
|
ViewsTranslatableTest::testTranslation |
function |
modules/views/tests/views_translatable.test |
Make sure that the translations get into the loaded view. |
DatabaseSchema_mysql::COMMENT_MAX_TABLE |
constant |
drivers/database_mysql/schema.inc |
Maximum length of a table comment in MySQL. |
views_plugin_query_default::queue_table |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a table to the query without ensuring the path. |
DatabaseCharsetConverter::convertTables |
function |
includes/database/charset_converter.inc |
Converts all the tables defined by backdrop_get_schema(). |
DatabaseSchema::buildTableNameCondition |
function |
includes/database/schema.inc |
Build a condition to match a table name against a standard information_schema. |
ViewsUpgradeTestCase::viewsMovedToTable |
function |
modules/views/tests/views_upgrade.test |
|
ModuleTestCase::assertModuleTablesExist |
function |
modules/system/tests/system.test |
Assert that all tables defined in a module's hook_schema() exist. |
DefaultEntityController::$revisionTable |
property |
modules/entity/entity.controller.inc |
The table that stores revisions, if the entity supports revisions. |
views_plugin_query_default::ensure_table |
function |
modules/views/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. |
theme_language_admin_overview_form_table |
function |
modules/language/language.theme.inc |
Returns HTML for the language overview form. |
DatabaseConnection::$unprefixedTablesMap |
property |
includes/database/database.inc |
List of un-prefixed table names, keyed by prefixed table names. |
ThemeTableUnitTest::testThemeTableFooter |
function |
modules/simpletest/tests/theme.test |
Tests that the 'footer' option works correctly. |
views_handler_field_field::get_base_table |
function |
modules/field/views/views_handler_field_field.inc |
Set the base_table and base_table_alias. |
language_negotiation_configure_form_table |
function |
modules/locale/locale.admin.inc |
Helper function to build a language provider table. |
ViewsTranslatableTest::testTranslationKey |
function |
modules/views/tests/views_translatable.test |
Make sure that the different things have the right translation keys. |
_form_test_tableselect_multiple_true_form |
function |
modules/simpletest/tests/form_test.module |
Test the tableselect #multiple = TRUE functionality. |
views_handler_field_field::click_sortable |
function |
modules/field/views/views_handler_field_field.inc |
Determine if this field is click sortable. |
views_plugin_style_table::build_sort_post |
function |
modules/views/plugins/views_plugin_style_table.inc |
Add our actual sort criteria |
FormsFormStorageTestCase::testMutableForm |
function |
modules/simpletest/tests/form.test |
Verify that the form build-id remains the same when validation errors
occur on a mutable form. |
views_many_to_one_helper::ensure_my_table |
function |
modules/views/includes/handlers.inc |
Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining. |
views_handler_sort_broken::ensure_my_table |
function |
modules/views/handlers/views_handler_sort.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_plugin_display::defaultable_sections |
function |
modules/views/plugins/views_plugin_display.inc |
Static member function to list which sections are defaultable
and what items each section contains. |
views_handler_area_broken::ensure_my_table |
function |
modules/views/handlers/views_handler_area.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_handler_field_field::add_field_table |
function |
modules/field/views/views_handler_field_field.inc |
Determine if the field table should be added to the query. |
views_plugin_query_default::get_table_info |
function |
modules/views/plugins/views_plugin_query_default.inc |
Get the information associated with a table. |
views_plugin_style_table::sanitize_columns |
function |
modules/views/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. |
_form_test_tableselect_multiple_false_form |
function |
modules/simpletest/tests/form_test.module |
Test the tableselect #multiple = FALSE functionality. |
DatabaseConnection::getUnprefixedTablesMap |
function |
includes/database/database.inc |
Gets a list of individually prefixed table names. |
views_handler_field_broken::ensure_my_table |
function |
modules/views/handlers/views_handler_field.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
FormsFormStorageTestCase::testImmutableForm |
function |
modules/simpletest/tests/form.test |
Verifies that form build-id is regenerated when loading an immutable form
from the cache. |
views_plugin_style_table::option_definition |
function |
modules/views/plugins/views_plugin_style_table.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
EntityFieldQueryTestCase::testTablePrefixing |
function |
modules/entity/tests/entity_query.test |
Tests EFQ table prefixing with multiple conditions and an altered join. |
ModuleTestCase::assertModuleTablesDoNotExist |
function |
modules/system/tests/system.test |
Assert that none of the tables defined in a module's hook_schema() exist. |
views_handler_filter_broken::ensure_my_table |
function |
modules/views/handlers/views_handler_filter.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
DatabaseCharsetConverter::convertTableFields |
function |
includes/database/charset_converter.inc |
Converts a table's field to a desired character set and collation. |
DatabaseRegressionTestCase::testDBTableExists |
function |
modules/simpletest/tests/database_test.test |
Test the db_table_exists() function. |
ViewsTranslatableTest::testUnpackTranslatable |
function |
modules/views/tests/views_translatable.test |
Tests the unpack translation funtionality. |
ViewsTranslatableTest::viewUnpackTranslatable |
function |
modules/views/tests/views_translatable.test |
Custom helper view for testing. |
DatabaseSchema_mysql::buildTableNameCondition |
function |
drivers/database_mysql/schema.inc |
Build a condition to match a table name against a standard information_schema. |
date_views_filter_handler_simple::$base_table |
property |
modules/date/views/date_views_filter_handler_simple.inc |
|
FormsElementsTableSelectFunctionalTest::setUp |
function |
modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseTemporaryQueryTestCase::countTableRows |
function |
modules/simpletest/tests/database_test.test |
Return the number of rows of a table. |