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
TableSort class includes/tablesort.class.inc Query extender class for tablesort queries.
theme_table function includes/theme.inc Returns HTML for a table.
db_drop_table function includes/database/database.inc Drops a table.
tablesort.inc file includes/tablesort.inc Functions to aid in the creation of sortable tables.
FILE_WRITABLE constant includes/install.inc File permission check -- File is writable.
tabledrag.css file themes/basis/css/component/tabledrag.css Tabledrag styling.
TableSortTest class modules/simpletest/tests/tablesort.test Test unicode handling features implemented in unicode.inc.
db_find_tables function includes/database/database.inc Finds all tables that are like the specified base table name.
tablesort_cell function includes/tablesort.inc Formats a table cell.
tablesort.test file modules/simpletest/tests/tablesort.test Various tablesort tests.
tablesort_init function includes/tablesort.inc Initializes the table sort context.
db_rename_table function includes/database/database.inc Renames a table.
TableSort::init function includes/tablesort.class.inc Initialize the table sort context.
FILE_EXECUTABLE constant includes/install.inc File permission check -- File is executable.
db_escape_table function includes/database/database.inc Restricts a dynamic table name to safe characters.
db_create_table function includes/database/database.inc Creates a new table from a Backdrop table definition.
db_table_exists function includes/database/database.inc Checks if a table exists.
TableSort::order function includes/tablesort.class.inc Determine the current sort criterion.
theme_tree_table function modules/system/system.theme.inc Theme a tree table.
views_move_table function modules/views/views.module Find the real location of a table.
tablesort_header function includes/tablesort.inc Formats a column header.
_theme_table_cell function includes/theme.inc Returns HTML output for a single table cell for theme_table().
theme_tableselect function includes/form.inc Returns HTML for a table with radio buttons or checkboxes.
_book_admin_table function modules/book/book.admin.inc Builds the table portion of the form for the book administration page.
FILE_NOT_WRITABLE constant includes/install.inc File permission check -- File is not writable.
MergeQuery::$table property includes/database/query.inc The table to be used for INSERT and UPDATE.
TableSort::getSort function includes/tablesort.class.inc Determine the current sort direction.
TableSort::$header property includes/tablesort.class.inc The array of fields that can be sorted by.
tablesort_get_sort function includes/tablesort.inc Determines the current sort direction.
ThemeTableUnitTest class modules/simpletest/tests/theme.test Unit tests for theme_table().
DeleteQuery::$table property includes/database/query.inc The table from which to delete.
tablesort.class.inc file includes/tablesort.class.inc Classes for extending table sort queries.
tablesort_get_order function includes/tablesort.inc Determines the current sort criterion.
UpdateQuery::$table property includes/database/query.inc The table to update.
InsertQuery::$table property includes/database/query.inc The table on which to insert.
FILE_NOT_EXECUTABLE constant includes/install.inc File permission check -- File is not executable.
TableSortTest::$GET property modules/simpletest/tests/tablesort.test Storage for initial value of $_GET.
redirect_list_table function modules/redirect/redirect.admin.inc Display a list of redirects. Used on forms when editing an entity.
TableSortTest::setUp function modules/simpletest/tests/tablesort.test Sets up unit test environment.
jquery.treetable.css file modules/system/css/jquery.treetable.css table.treetable span.indenter { display: inline-block; margin: 0; padding: 0; text-align: right; /* Disable text selection of nodes (for better D&D UX) */ user-select: none; -khtml-user-select: none; -moz-user-select: none; …
theme_field_ui_table function modules/field_ui/field_ui.theme.inc Returns HTML for Field UI overview tables.
views_get_table_join function modules/views/includes/utility.inc Fetch a handler to join one table to a primary table from the data cache
drupal_add_tabledrag function includes/drupal.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
SelectQuery::$tables property includes/database/select.inc The tables against which to JOIN.
view::is_translatable function modules/views/includes/view.inc Determine whether a view supports admin string translation.
TruncateQuery::$table property includes/database/query.inc The table to truncate.
ViewsTranslatableTest class modules/views/tests/views_translatable.test Tests Views pluggable translations.
view::get_base_tables function modules/views/includes/view.inc Create a list of base tables eligible for this view. Used primarily for the UI. Display must be already initialized.
field_is_translatable function modules/field/field.multilingual.inc Checks whether a field has language support.
views_handler::$table property modules/views/includes/handlers.inc The Views name of the table on which this handler effects.

Pages

  • 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