Search for table
- Search 7.x for table
- Search 9.5.x for table
- Search 10.3.x for table
- Search 11.x for table
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Table | class | core/ |
Style plugin to render each item as a row in a table. |
Table | class | core/ |
Provides a render element for a table. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
SchemaTest::testFindTables | function | core/ |
Tests the findTables() method. |
SchemaTest::testInvalidPrimaryKeyOnTableCreation | function | core/ |
Tests an invalid field specification as a primary key on table creation. |
SearchExtraTypeSearch::isSearchExecutable | function | core/ |
Verifies if the given parameters are valid enough to execute a search for. |
SearchInterface::isSearchExecutable | function | core/ |
Verifies if the values set via setSearch() are valid and sufficient. |
SearchPageListBuilder::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
SearchPluginBase::isSearchExecutable | function | core/ |
Verifies if the values set via setSearch() are valid and sufficient. |
Select::$tables | property | core/ |
The tables against which to JOIN. |
Select::getTables | function | core/ |
Returns a reference to the tables array for this query. |
selectable.css | file | core/ |
/*! * jQuery UI Selectable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-selectable { -ms-touch-action: none; touch-action:… |
SelectExtender::getTables | function | core/ |
Returns a reference to the tables array for this query. |
SelectInterface::getTables | function | core/ |
Returns a reference to the tables array for this query. |
SelectTableSortDefaultTest | class | core/ |
Tests the tablesort query extender. |
SelectTableSortDefaultTest.php | file | core/ |
|
SelectTableSortDefaultTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SelectTableSortDefaultTest::testTableSortDefaultSort | function | core/ |
Confirms that tableselect is rendered without error. |
SelectTableSortDefaultTest::testTableSortQuery | function | core/ |
Confirms that a tablesort query returns the correct results. |
SelectTableSortDefaultTest::testTableSortQueryFirst | function | core/ |
Confirms precedence of tablesorts headers. |
SettableDiscoveryExtensionListTrait | trait | core/ |
Trait that allows extension discovery to be set. |
SettableDiscoveryExtensionListTrait::$extensionDiscovery | property | core/ |
The extension discovery for this extension list. |
SettableDiscoveryExtensionListTrait::getExtensionDiscovery | function | core/ |
|
SettableDiscoveryExtensionListTrait::setExtensionDiscovery | function | core/ |
Sets the extension discovery. |
SettingsForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
SettingsForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
ShapeOnlyColorEditableWidget | class | core/ |
Plugin implementation of the 'shape_only_color_editable_widget' widget. |
ShapeOnlyColorEditableWidget.php | file | core/ |
|
ShapeOnlyColorEditableWidget::formElement | function | core/ |
Returns the form for a single field widget. |
SimpletestSettingsForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
simpletest_clean_results_table | function | core/ |
Clears the test result tables. |
SiteConfigureForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
SiteInformationForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
SiteMaintenanceModeForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
SitesDirectoryHardeningTest::makeWritable | function | core/ |
Makes the given path and settings file writable. |
sortable.css | file | core/ |
/*! * jQuery UI Sortable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } |
SortableTestTrait | trait | core/ |
Provides functions for simulating sort changes. |
SortableTestTrait.php | file | core/ |
|
SortableTestTrait::sortableAfter | function | core/ |
Simulates a drag moving an element after its sibling in the same container. |
SortableTestTrait::sortableTo | function | core/ |
Simulates a drag on an element from one container to another. |
SortableTestTrait::sortableUpdate | function | core/ |
Define to provide any necessary callback following layout change. |
Sql::$mapTableName | property | core/ |
The migration map table name. |
Sql::$messageTableName | property | core/ |
The message table name. |
Sql::$tableQueue | property | core/ |
A list of tables in the order they should be added, keyed by alias. |
Sql::$tables | property | core/ |
Holds an array of tables and counts added so that we can create aliases |
Sql::addTable | function | core/ |
Add a table to the query, ensuring the path exists. |
Sql::ensureTable | function | core/ |
Ensure a table exists in the queue; if it already exists it won't do anything, but if it doesn't it will add the table queue. It will ensure a path leads back to the relationship table. |
Sql::ensureTables | function | core/ |
Create the map and message tables if they don't already exist. |
Sql::getQualifiedMapTableName | function | core/ |
Get the fully qualified map table name. |
Sql::getTableInfo | function | core/ |
Get the information associated with a table. |
Sql::getTableQueue | function | core/ |
Returns a reference to the table queue array for this query. |
Sql::mapTableName | function | core/ |
The name of the database map table. |
Sql::markTable | function | core/ |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.