TableSort |
class |
core/includes/tablesort.class.inc |
Query extender class for tablesort queries. |
theme_table |
function |
core/includes/theme.inc |
Returns HTML for a table. |
tabledrag.css |
file |
core/themes/basis/css/component/tabledrag.css |
Tabledrag styling. |
FILE_WRITABLE |
constant |
core/includes/install.inc |
File permission check -- File is writable. |
TableSortTest |
class |
core/modules/simpletest/tests/tablesort.test |
Test unicode handling features implemented in unicode.inc. |
db_drop_table |
function |
core/includes/database/database.inc |
Drops a table. |
tablesort.inc |
file |
core/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
tablesort.test |
file |
core/modules/simpletest/tests/tablesort.test |
Various tablesort tests. |
tablesort_init |
function |
core/includes/tablesort.inc |
Initializes the table sort context. |
tablesort_cell |
function |
core/includes/tablesort.inc |
Formats a table cell. |
db_find_tables |
function |
core/includes/database/database.inc |
Finds all tables that are like the specified base table name. |
FILE_EXECUTABLE |
constant |
core/includes/install.inc |
File permission check -- File is executable. |
db_escape_table |
function |
core/includes/database/database.inc |
Restricts a dynamic table name to safe characters. |
db_create_table |
function |
core/includes/database/database.inc |
Creates a new table from a Backdrop table definition. |
db_table_exists |
function |
core/includes/database/database.inc |
Checks if a table exists. |
db_rename_table |
function |
core/includes/database/database.inc |
Renames a table. |
TableSort::init |
function |
core/includes/tablesort.class.inc |
Initialize the table sort context. |
views_move_table |
function |
core/modules/views/views.module |
Find the real location of a table. |
tablesort_header |
function |
core/includes/tablesort.inc |
Formats a column header. |
TableSort::order |
function |
core/includes/tablesort.class.inc |
Determine the current sort criterion. |
_book_admin_table |
function |
core/modules/book/book.admin.inc |
Builds the table portion of the form for the book administration page. |
_theme_table_cell |
function |
core/includes/theme.inc |
Returns HTML output for a single table cell for theme_table(). |
FILE_NOT_WRITABLE |
constant |
core/includes/install.inc |
File permission check -- File is not writable. |
theme_tableselect |
function |
core/includes/form.inc |
Returns HTML for a table with radio buttons or checkboxes. |
MergeQuery::$table |
property |
core/includes/database/query.inc |
The table to be used for INSERT and UPDATE. |
tablesort_get_sort |
function |
core/includes/tablesort.inc |
Determines the current sort direction. |
ThemeTableUnitTest |
class |
core/modules/simpletest/tests/theme.test |
Unit tests for theme_table(). |
Example: Tablesort |
group |
modules/examples/tablesort_example/tablesort_example.module |
This example demonstrates how to create a sortable table display. |
TableSort::$header |
property |
core/includes/tablesort.class.inc |
The array of fields that can be sorted by. |
TableSort::getSort |
function |
core/includes/tablesort.class.inc |
Determine the current sort direction. |
Example: Tabledrag |
group |
modules/examples/tabledrag_example/tabledrag_example.module |
This example demonstrates the usage of draggable table rows. |
UpdateQuery::$table |
property |
core/includes/database/query.inc |
The table to update. |
redirect_list_table |
function |
core/modules/redirect/redirect.admin.inc |
Display a list of redirects. Used on forms when editing an entity. |
tablesort_get_order |
function |
core/includes/tablesort.inc |
Determines the current sort criterion. |
FILE_NOT_EXECUTABLE |
constant |
core/includes/install.inc |
File permission check -- File is not executable. |
TableSortTest::$GET |
property |
core/modules/simpletest/tests/tablesort.test |
Storage for initial value of $_GET. |
tablesort.class.inc |
file |
core/includes/tablesort.class.inc |
Classes for extending table sort queries. |
InsertQuery::$table |
property |
core/includes/database/query.inc |
The table on which to insert. |
DeleteQuery::$table |
property |
core/includes/database/query.inc |
The table from which to delete. |
views_get_table_join |
function |
core/modules/views/includes/utility.inc |
Fetch a handler to join one table to a primary table from the data cache |
drupal_add_tabledrag |
function |
core/includes/drupal.inc |
Assists in adding the tableDrag JavaScript behavior to a themed table. |
theme_field_ui_table |
function |
core/modules/field_ui/field_ui.theme.inc |
Returns HTML for Field UI overview tables. |
TableSortTest::setUp |
function |
core/modules/simpletest/tests/tablesort.test |
Sets up unit test environment. |
SelectQuery::$tables |
property |
core/includes/database/select.inc |
The tables against which to JOIN. |
jquery.treetable.css |
file |
core/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;
… |
LayoutAccessNegatable |
class |
core/modules/layout/plugins/access/layout_access.inc |
A common base class used for access handlers that may be negated. |
TruncateQuery::$table |
property |
core/includes/database/query.inc |
The table to truncate. |
ViewsTranslatableTest |
class |
core/modules/views/tests/views_translatable.test |
Tests Views pluggable translations. |
view::get_base_tables |
function |
core/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. |
views_handler::$table |
property |
core/modules/views/includes/handlers.inc |
The Views name of the table on which this handler effects. |