DatabaseSchema_mysql::findTables |
function |
core/includes/database/mysql/schema.inc |
Find all tables that are like the specified base table name. |
LayoutAccessNegatable::formSubmit |
function |
core/modules/layout/plugins/access/layout_access.inc |
Submit handler for the settings form for this access item. |
theme_views_ui_style_plugin_table |
function |
core/modules/views_ui/views_ui.theme.inc |
Theme the form for the table style plugin |
BackupMySql::getTableStructureSql |
function |
core/includes/backup/backup.mysql.inc |
Get the SQL for the structure of the given table. |
tabledrag_example_parent_form.inc |
file |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Example demonstrating a parent/child tabledrag form |
tabledrag_example_simple_form.inc |
file |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Example demonstrating a simple (i.e. 'sort' only) tabledrag form |
BootstrapResettableStaticTestCase |
class |
core/modules/simpletest/tests/bootstrap.test |
Test that resetting static variables works. |
views_plugin_style_table::$active |
property |
core/modules/views/plugins/views_plugin_style_table.inc |
Contains the current active sort column. |
theme_contact_category_list_table |
function |
core/modules/contact/contact.theme.inc |
Returns HTML for the contact form categories administrative table. |
tabledrag_example_parent_get_data |
function |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Retrieves the tree structure from database, and sorts by parent/child/weight. |
_form_test_tableselect_empty_form |
function |
core/modules/simpletest/tests/form_test.module |
Test functionality of the tableselect #empty property. |
DatabaseSchema_mysql::renameTable |
function |
core/includes/database/mysql/schema.inc |
Rename a table. |
views_object::unpack_translatable |
function |
core/modules/views/includes/base.inc |
Unpack a single option definition. |
LayoutAccessNegatable::__construct |
function |
core/modules/layout/plugins/access/layout_access.inc |
Constructor for a Layout access rule. |
jquery.treetable.theme.default.css |
file |
core/modules/system/css/jquery.treetable.theme.default.css |
table.treetable {
border-collapse: collapse;
width: 100%;
}
table.treetable span {
background-position: center left;
background-repeat: no-repeat;
padding: .2em 0 .2em 1em;
}
table.treetable tr.collapsed span.indenter a {
… |
views_object::unpack_translatables |
function |
core/modules/views/includes/base.inc |
Unpacks each handler to store translatable texts. |
NodeAccessBaseTableTestCase::setUp |
function |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
views_handler_field::click_sortable |
function |
core/modules/views/handlers/views_handler_field.inc |
Determine if this field is click sortable. |
ViewsTranslatableTest::viewsPlugins |
function |
core/modules/views/tests/views_translatable.test |
The views plugin definition. Override it if you test provides a plugin. |
BackupMySql::dumpTableDataSqlToFile |
function |
core/includes/backup/backup.mysql.inc |
Get the SQL to insert the data for a given table. |
ViewsUiBaseViewsWizard::$base_table |
property |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsTranslatableTest::$string_keys |
property |
core/modules/views/tests/views_translatable.test |
|
field_test_entity_info_translatable |
function |
core/modules/field/tests/field_test/field_test.entity.inc |
Helper function to enable entity translations. |
theme_layout_settings_context_table |
function |
core/modules/layout/layout.theme.inc |
Output the table for layout_settings_form() contexts. |
theme_tabledrag_example_parent_form |
function |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Theme callback for the tabledrag_example_parent_form form. |
_form_test_tableselect_form_builder |
function |
core/modules/simpletest/tests/form_test.module |
Build a form to test the tableselect element. |
theme_tabledrag_example_simple_form |
function |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Theme callback for the tabledrag_example_simple_form form. |
views_many_to_one_helper::add_table |
function |
core/modules/views/includes/handlers.inc |
Add a table to the query. |
_form_test_tableselect_ajax_callback |
function |
core/modules/simpletest/tests/form_test.module |
Ajax callback that returns the form element. |
template_preprocess_views_view_table |
function |
core/modules/views/templates/views.theme.inc |
Display a view as a table style. |
views_plugin_style_table::build_sort |
function |
core/modules/views/plugins/views_plugin_style_table.inc |
Determine if we should provide sorting based upon $_GET inputs |
views_plugin_style_table::even_empty |
function |
core/modules/views/plugins/views_plugin_style_table.inc |
Should the output of the style plugin be rendered even if it's a empty view. |
tabledrag_example_parent_form_submit |
function |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Submit callback for the tabledrag_example_parent_form form. |
DatabaseSchema_mysql::createTableSql |
function |
core/includes/database/mysql/schema.inc |
Generate an array of query strings suitable for creating a table. |
tabledrag_example_simple_form_submit |
function |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Submit callback for the tabledrag_example_simple_form form. |
NodeAccessBaseTableTestCase::$webUser |
property |
core/modules/node/tests/node.test |
|
_field_sql_storage_revision_tablename |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generate a table name for a field revision archive table. |
simpletest_clean_profile_cache_tables |
function |
core/modules/simpletest/simpletest.module |
Removes cached profile tables from the database. |
views_plugin_query_default::add_table |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Add a table to the query, ensuring the path exists. |
_form_test_tableselect_js_select_form |
function |
core/modules/simpletest/tests/form_test.module |
Test functionality of the tableselect #js_select property. |
views_handler_field_field::$base_table |
property |
core/modules/field/views/views_handler_field_field.inc |
A shortcut for $view->base_table. |
ViewsTranslatableTest::testTranslation |
function |
core/modules/views/tests/views_translatable.test |
Make sure that the translations get into the loaded view. |
DatabaseSelectTableSortDefaultTestCase |
class |
core/modules/simpletest/tests/database_test.test |
|
views_plugin_query_default::mark_table |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
|
theme_layout_menu_item_arguments_table |
function |
core/modules/layout/layout.theme.inc |
Output the arguments table for layout_menu_item_arguments_form(). |
views_plugin_style_table::options_form |
function |
core/modules/views/plugins/views_plugin_style_table.inc |
Render the given style. |
FormsElementsTableSelectFunctionalTest |
class |
core/modules/simpletest/tests/form.test |
Test the tableselect form element for expected behavior. |
DatabaseCharsetConverter::convertTable |
function |
core/includes/database/charset_converter.inc |
Converts a table to a desired character set and collation. |
NodeAccessBaseTableTestCase::$publicTid |
property |
core/modules/node/tests/node.test |
|
DefaultEntityController::$revisionTable |
property |
core/modules/entity/entity.controller.inc |
The table that stores revisions, if the entity supports revisions. |