Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for table

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
view::is_translatable function core/modules/views/includes/view.inc Determine whether a view supports admin string translation.
field_is_translatable function core/modules/field/field.multilingual.inc Checks whether a field has language support.
jquery.ui.sortable.css file core/misc/ui/jquery.ui.sortable.css /*! * jQuery UI Sortable 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ .ui-sortable-handle { touch-action: none; }
backdrop_add_tabledrag function core/includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
BackupMySql::getTables function core/includes/backup/backup.mysql.inc Get a list of tables in the database.
tablesort_example.info file modules/examples/tablesort_example/tablesort_example.info name = Table Sort example description = Demonstrates how to create sortable output in a table. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
tabledrag_example.info file modules/examples/tabledrag_example/tabledrag_example.info name = Tabledrag Example description = Demonstrates how to create tabledrag forms. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
date_views_base_tables function core/modules/date/views/date.views.inc Helper function to map entity types to the Views base table they use, to make it easier to infer the entity type from a base table.
_book_admin_table_tree function core/modules/book/book.admin.inc Helps build the main table in the book administration page form.
theme_book_admin_table function core/modules/book/book.admin.inc Returns HTML for a book administration form.
tablesort_example.test file modules/examples/tablesort_example/tests/tablesort_example.test Simpletest case for tablesort_example module.
SelectQuery::getTables function core/includes/database/select.inc Returns a reference to the tables array for this query.
tablesort_example_menu function modules/examples/tablesort_example/tablesort_example.module Implements hook_menu().
tablesort_example_page function modules/examples/tablesort_example/tablesort_example.module Builds the table render array.
tabledrag_example.test file modules/examples/tabledrag_example/tests/tabledrag_example.test Test file for tabledrag_example module.
TableSort::__construct function core/includes/tablesort.class.inc Creates a SelectQueryExtender object.
tabledrag_example_menu function modules/examples/tabledrag_example/tabledrag_example.module Implements hook_menu().
BackupMySql::$tableData property core/includes/backup/backup.mysql.inc The table's data keyed by table name.
views_fetch_base_tables function core/modules/views_ui/views_ui.admin.inc Fetch a list of all base tables available
BackupMySql::lockTables function core/includes/backup/backup.mysql.inc Lock the database in anticipation of a backup.
TableSortTest::tearDown function core/modules/simpletest/tests/tablesort.test Clean up any database tables, configuration, or files after each test run.
database_test_tablesort function core/modules/simpletest/tests/database_test.module Run a tablesort query and return the results.
views_translatable.test file core/modules/views/tests/views_translatable.test Definition of ViewsTranslatableTest.
tabledrag_example_theme function modules/examples/tabledrag_example/tabledrag_example.module Implements hook_theme().
jquery.ui.selectable.css file core/misc/ui/jquery.ui.selectable.css /*! * jQuery UI Selectable 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ .ui-selectable { touch-action: none; } .ui-selectable-helper…
BackupMySql::$tableNames property core/includes/backup/backup.mysql.inc The tables keyed by name.
tablesort_example.module file modules/examples/tablesort_example/tablesort_example.module Hook implementations for the Table Sort Example module.
tabledrag_example.module file modules/examples/tabledrag_example/tabledrag_example.module Hook implementations for the Tabledrag Example module.
TabledragExampleTestCase class modules/examples/tabledrag_example/tests/tabledrag_example.test Default test case for the tabledrag_example module.
views_plugin_style_table class core/modules/views/plugins/views_plugin_style_table.inc Style plugin to render each item as a row in a table.
form_process_tableselect function core/includes/form.inc Creates checkbox or radio elements to populate a tableselect table.
tablesort_example_schema function modules/examples/tablesort_example/tablesort_example.install Implements hook_schema().
tabledrag_example_schema function modules/examples/tabledrag_example/tabledrag_example.install Implements hook_schema().
TableSort::orderByHeader function core/includes/tablesort.class.inc Order the query based on a header array.
TableSortExampleTestCase class modules/examples/tablesort_example/tests/tablesort_example.test Functionality tests for the tablesort example module.
views-view-table.tpl.php file core/modules/views/templates/views-view-table.tpl.php Template to display a view as a table.
seven_tablesort_indicator function core/themes/seven/template.php Overrides theme_tablesort_indicator().
BackupMySql::unlockTables function core/includes/backup/backup.mysql.inc Unlock any tables that have been locked.
BackupMySql::getTableData function core/includes/backup/backup.mysql.inc Get a list of table and view data from the database.
tablesort_example.install file modules/examples/tablesort_example/tablesort_example.install Install and uninstall functions for the tablesort example module.
tabledrag_example.install file modules/examples/tabledrag_example/tabledrag_example.install Install and uninstall functions for the tabledrag example module.
theme_tablesort_indicator function core/includes/theme.inc Returns HTML for a sort icon.
field_ui_table_pre_render function core/modules/field_ui/field_ui.admin.inc Render API callback: Performs pre-render tasks on field_ui_table elements.
tablesort_example_install function modules/examples/tablesort_example/tablesort_example.install Implements hook_install().
DatabaseSchema::dropTable function core/includes/database/schema.inc Drop a table.
tabledrag_example_install function modules/examples/tabledrag_example/tabledrag_example.install Implements hook_install().
theme_file_formatter_table function core/modules/file/file.theme.inc Returns HTML for a file attachments table.
BackupMySql::getTableNames function core/includes/backup/backup.mysql.inc Get a list of tables in the database.
BackupDatabase::lockTables function core/includes/backup/backup.database.inc Lock the database in anticipation of a backup.
DatabaseSchema::findTables function core/includes/database/schema.inc Find all tables that are like the specified base table name.

Pages

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

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org