Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for table

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
SelectQueryExtender::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
DatabaseSchema::createTableSql function includes/database/schema.inc Generate an array of query strings suitable for creating a table.
simpletest_clean_results_table function modules/simpletest/simpletest.module Clear the test result tables.
SchemaTestCase::testFindTables function modules/simpletest/tests/schema.test Tests the findTables() method.
tablesort_get_query_parameters function includes/tablesort.inc Composes a URL query parameter array for table sorting links.
DatabaseTestCase::installTables function modules/simpletest/tests/database_test.test Set up several tables needed by a certain test.
DatabaseConnection::tablePrefix function includes/database/database.inc Find the prefix for a table.
SelectQueryInterface::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
DatabaseConnection::escapeTable function includes/database/database.inc Escapes a table name string.
DatabaseSchema_mysql::dropTable function drivers/database_mysql/schema.inc Drop a table.
_form_test_tableselect_get_data function modules/simpletest/tests/form_test.module Create a header and options array. Helper function for callbacks.
ViewsTranslatableTest::$strings property modules/views/tests/views_translatable.test
views_plugin_style_table::$order property modules/views/plugins/views_plugin_style_table.inc Contains the current active sort order, either desc or asc.
_locale_get_config_translatables function modules/locale/locale.module Get translatable config strings.
DatabaseConnection::prefixTables function includes/database/database.inc Appends a database prefix to all tables in a query.
TableSortTest::testTableSortInit function modules/simpletest/tests/tablesort.test Test tablesort_init().
ModuleTestCase::assertTableCount function modules/system/tests/system.test Assert there are tables that begin with the specified base table name.
LayoutAccessNegatable::formSubmit function modules/layout/plugins/access/layout_access.inc Submit handler for the settings form for this access item.
views_plugin_style_table::$active property modules/views/plugins/views_plugin_style_table.inc Contains the current active sort column.
theme_contact_category_list_table function modules/contact/contact.theme.inc Returns HTML for the contact form categories administrative table.
DatabaseSchema_mysql::renameTable function drivers/database_mysql/schema.inc Rename a table.
DatabaseSchema_mysql::tableExists function drivers/database_mysql/schema.inc Check if a table exists.
ConfigDatabaseStorage::$immutable property drivers/config_database/config_database_storage.inc
theme_views_ui_style_plugin_table function modules/views_ui/views_ui.theme.inc Theme the form for the table style plugin
BootstrapResettableStaticTestCase class modules/simpletest/tests/bootstrap.test Test that resetting static variables works.
views_object::unpack_translatable function modules/views/includes/base.inc Unpack a single option definition.
_form_test_tableselect_empty_form function modules/simpletest/tests/form_test.module Test functionality of the tableselect #empty property.
NodeAccessBaseTableTestCase::setUp function modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
jquery.treetable.theme.default.css file 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 { …
ConfigDatabaseStorage::isImmutable function drivers/config_database/config_database_storage.inc Returns whether data in this object can be changed.
LayoutAccessNegatable::__construct function modules/layout/plugins/access/layout_access.inc Constructor for a Layout access rule.
DatabaseSchema::findPrefixedTables function includes/database/schema.inc Finds all tables that are like the specified base table name. This is a backport of the change made to findTables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility.
views_object::unpack_translatables function modules/views/includes/base.inc Unpacks each handler to store translatable texts.
theme_layout_settings_context_table function modules/layout/layout.theme.inc Output the table for layout_settings_form() contexts.
ViewsTranslatableTest::viewsPlugins function modules/views/tests/views_translatable.test The views plugin definition. Override it if you test provides a plugin.
DatabaseSchema_mysql::cloneTableSql function drivers/database_mysql/schema.inc Generate an array of query strings suitable for cloning a table.
ConfigStorageInterface::isImmutable function includes/config.inc Returns whether data in this object can be changed.
field_test_entity_info_translatable function modules/field/tests/field_test/field_test.entity.inc Helper function to enable entity translations.
_form_test_tableselect_form_builder function modules/simpletest/tests/form_test.module Build a form to test the tableselect element.
ViewsUiBaseViewsWizard::$base_table property modules/views_ui/wizards/views_ui_base_views_wizard.php
views_handler_field::click_sortable function modules/views/handlers/views_handler_field.inc Determine if this field is click sortable.
views_many_to_one_helper::add_table function modules/views/includes/handlers.inc Add a table to the query.
template_preprocess_views_view_table function modules/views/templates/views.theme.inc Display a view as a table style.
_form_test_tableselect_ajax_callback function modules/simpletest/tests/form_test.module Ajax callback that returns the form element.
views_plugin_style_table::even_empty function modules/views/plugins/views_plugin_style_table.inc Should the output of the style plugin be rendered even if it's a empty view.
views_plugin_style_table::build_sort function modules/views/plugins/views_plugin_style_table.inc Determine if we should provide sorting based upon $_GET inputs
DatabaseSchema_mysql::createTableSql function drivers/database_mysql/schema.inc Generate SQL to create a new table from a Backdrop schema definition.
_field_sql_storage_revision_tablename function modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field revision archive table.
views_plugin_query_default::add_table function modules/views/plugins/views_plugin_query_default.inc Add a table to the query, ensuring the path exists.
simpletest_clean_profile_cache_tables function modules/simpletest/simpletest.module Removes cached profile tables from the database.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS