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. |
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 |
Implements SelectQueryInterface::getTables(). |
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 |
|
tabledrag_example_menu |
function |
modules/examples/tabledrag_example/tabledrag_example.module |
Implements hook_menu(). |
views_fetch_base_tables |
function |
core/modules/views_ui/views_ui.admin.inc |
Fetch a list of all base tables available |
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… |
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(). |
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. |
DatabaseSchema::findTables |
function |
core/includes/database/schema.inc |
Find all tables that are like the specified base table name. |
tabledrag_example_get_tree |
function |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Recursively adds to the $itemtree array, ordered by parent/child/weight. |
LayoutAccessNegatable::form |
function |
core/modules/layout/plugins/access/layout_access.inc |
Settings form for configuring this access item. |
theme_simpletest_test_table |
function |
core/modules/simpletest/simpletest.theme.inc |
Returns HTML for a test list generated by simpletest_test_form() into a table. |
ThemeRegistry::$persistable |
property |
core/includes/theme.inc |
Whether the partial registry can be persisted to the cache. |
form_type_tableselect_value |
function |
core/includes/form.inc |
Determines the value for a tableselect form element. |
views_handler::$table_alias |
property |
core/modules/views/includes/handlers.inc |
The alias of the table of this handler which is used in the query. |
DatabaseSchema::tableExists |
function |
core/includes/database/schema.inc |
Check if a table exists. |
DatabaseSchema::renameTable |
function |
core/includes/database/schema.inc |
Rename a table. |