Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
system_post_update_migrate_compress_setting function core/modules/system/system.post_update.php Migrate to new compress setting.
system_post_update_remove_non_admin_routes_state function core/modules/system/system.post_update.php Remove non-admin routes state key.
system_project_namespace_test.info.yml file core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml
system_region_list function core/modules/system/system.module Get a list of available regions from a specified theme.
system_removed_post_updates function core/modules/system/system.post_update.php Implements hook_removed_post_updates().
system_site.yml file core/modules/system/migrations/system_site.yml core/modules/system/migrations/system_site.yml
system_sort_themes function core/modules/system/system.module Sorts themes by their names, with the default theme listed first.
system_status_obsolete_test.info.yml file core/modules/system/tests/modules/system_status_obsolete_test/system_status_obsolete_test.info.yml core/modules/system/tests/modules/system_status_obsolete_test/system_status_obsolete_test.info.yml
system_test.info.yml file core/modules/system/tests/modules/system_test/system_test.info.yml core/modules/system/tests/modules/system_test/system_test.info.yml
system_test.module file core/modules/system/tests/modules/system_test/system_test.module
system_test.permissions.yml file core/modules/system/tests/modules/system_test/system_test.permissions.yml core/modules/system/tests/modules/system_test/system_test.permissions.yml
system_test.routing.yml file core/modules/system/tests/modules/system_test/system_test.routing.yml core/modules/system/tests/modules/system_test/system_test.routing.yml
system_update_11400 function core/modules/system/system.install Moved to search_update_11401().
system_update_11401 function core/modules/system/system.install Moved to search_update_11402().
system_update_12000 function core/modules/system/system.install Remove the deprecated sequences table.
system_update_12001 function core/modules/system/system.install Equivalent update to 11102.
system_update_last_removed function core/modules/system/system.install Implements hook_update_last_removed().
TabbingManagerTestController class core/modules/system/tests/modules/tabbingmanager_test/src/Controller/TabbingManagerTestController.php For testing the Tabbing Manager.
TabbingManagerTestController.php file core/modules/system/tests/modules/tabbingmanager_test/src/Controller/TabbingManagerTestController.php
TabbingManagerTestController::build function core/modules/system/tests/modules/tabbingmanager_test/src/Controller/TabbingManagerTestController.php Provides a page with the tabbingManager library for testing tabbing manager.
tabbingmanager_test.info.yml file core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.info.yml core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.info.yml
tabbingmanager_test.routing.yml file core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.routing.yml core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.routing.yml
table--file-multiple-widget.css file core/themes/claro/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.css file core/themes/admin/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.css file core/themes/default_admin/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/default_admin/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/admin/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/claro/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
table--simple.html.twig file core/themes/admin/templates/dataset/table--simple.html.twig Theme override to display a table.
table--simple.html.twig file core/themes/default_admin/templates/dataset/table--simple.html.twig Theme override to display a table.
table.admin.css file core/modules/ckeditor5/css/table.admin.css .ckeditor5-toolbar-button-insertTable {
background-image: url(../icons/table.svg);
}
table.css file core/modules/ckeditor5/css/table.css /**
* Allow users to specify the background color in all themes.
*
* (Users can set this using CKEditor 5's optional TableProperties and
* TableCellProperties plugins.)
*/
.ck tr,
.ck th,
.ck td {
background-color: transparent;
}
table.css file core/misc/dialog/off-canvas/css/table.css Styling for tables in the off-canvas dialog.
table.css file core/themes/olivero/css/components/table.css User generated tables.
table.pcss.css file core/misc/dialog/off-canvas/css/table.pcss.css Styling for tables in the off-canvas dialog.
table.pcss.css file core/themes/olivero/css/components/table.pcss.css User generated tables.
Table::$defaultFieldLabels property core/modules/views/src/Plugin/views/style/Table.php Should field labels be enabled by default.
Table::$usesFields property core/modules/views/src/Plugin/views/style/Table.php Does the style plugin for itself support to add fields to its output.
Table::$usesRowClass property core/modules/views/src/Plugin/views/style/Table.php Does the style plugin support custom css class for the rows.
Table::$usesRowPlugin property core/modules/views/src/Plugin/views/style/Table.php Whether or not this style uses a row plugin.
Table::buildOptionsForm function core/modules/views/src/Plugin/views/style/Table.php Render the given style.
Table::buildSort function core/modules/views/src/Plugin/views/style/Table.php Determines if the style handler should interfere with sorts.
Table::buildSortPost function core/modules/views/src/Plugin/views/style/Table.php Add our actual sort criteria.
Table::defineOptions function core/modules/views/src/Plugin/views/style/Table.php Information about options for all kinds of purposes will be held here.
Table::getCacheContexts function core/modules/views/src/Plugin/views/style/Table.php The cache contexts associated with this object.
Table::getCacheTags function core/modules/views/src/Plugin/views/style/Table.php The cache tags associated with this object.
Table::processTable function core/lib/Drupal/Core/Render/Element/Table.php Render API callback: Adds tableselect support to #type 'table'.
Table::sanitizeColumns function core/modules/views/src/Plugin/views/style/Table.php Sanitizes the columns.
Table::wizardSubmit function core/modules/views/src/Plugin/views/style/Table.php Alter the options of a display before they are added to the view.
Table::__construct function core/lib/Drupal/Core/Database/SchemaDefinition/Table.php Constructor.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.