Search for table
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 |
---|---|---|---|
TableMappingInterface::getAllFieldTableNames | function | core/ |
Gets all the table names in which an entity field is stored. |
TableMappingInterface::getColumnNames | function | core/ |
Gets a mapping of field columns to database columns for a given field. |
TableMappingInterface::getExtraColumns | function | core/ |
Gets a list of extra database columns, which store denormalized data. |
TableMappingInterface::getFieldColumnName | function | core/ |
Generates a column name for a field property. |
TableMappingInterface::getFieldNames | function | core/ |
Gets a list of names for entity fields stored in the specified table. |
TableMappingInterface::getFieldTableName | function | core/ |
Gets the table name for a given column. |
TableMappingInterface::getReservedColumns | function | core/ |
Gets the list of columns that can not be used as field type columns. |
TableMappingInterface::getTableNames | function | core/ |
Gets a list of table names for this mapping. |
Tables | class | core/ |
Adds tables and fields to the SQL entity query. |
Tables | class | core/ |
Alters entity queries to use a workspace revision instead of the default one. |
tables.css | file | core/ |
Claro styles for Tables. |
tables.pcss.css | file | core/ |
Claro styles for Tables. |
Tables.php | file | core/ |
|
Tables.php | file | core/ |
|
Tables::$baseTablesEntityType | property | core/ |
Keeps track of the entity type IDs for each base table of the query. |
Tables::$caseSensitiveFields | property | core/ |
List of case sensitive fields. |
Tables::$contentWorkspaceTables | property | core/ |
Workspace association table array, key is base table name, value is alias. |
Tables::$entityFieldManager | property | core/ |
The entity field manager. |
Tables::$entityTables | property | core/ |
Entity table array. |
Tables::$entityTypeManager | property | core/ |
The entity type manager. |
Tables::$fieldTables | property | core/ |
Field table array, key is table name, value is alias. |
Tables::$sqlQuery | property | core/ |
|
Tables::$workspaceInfo | property | core/ |
The workspace information service. |
Tables::addField | function | core/ |
Adds a field to a database query. |
Tables::addField | function | core/ |
Adds a field to a database query. |
Tables::addJoin | function | core/ |
Adds a join to a given table. |
Tables::addJoin | function | core/ |
Adds a join to a given table. |
Tables::addNextBaseTable | function | core/ |
Add the next entity base table. |
Tables::addNextBaseTable | function | core/ |
Add the next entity base table. |
Tables::addWorkspaceAssociationJoin | function | core/ |
Adds a new join to the 'workspace_association' table for an entity base table. |
Tables::ensureEntityTable | function | core/ |
Joins the entity table, if necessary, and returns the alias for it. |
Tables::ensureFieldTable | function | core/ |
Ensure the field table is joined if necessary. |
Tables::getTableMapping | function | core/ |
Gets the schema for the given table. |
Tables::isFieldCaseSensitive | function | core/ |
Determines whether the given field is case sensitive. |
Tables::__construct | function | core/ |
|
Tables::__construct | function | core/ |
|
Tableselect | class | core/ |
Provides a form element for a table with radios or checkboxes in left column. |
tableselect.css | file | core/ |
Table select behavior. |
tableselect.css | file | core/ |
Table select styles for Claro. |
tableselect.css | file | core/ |
Table select behavior. |
tableselect.pcss.css | file | core/ |
Table select styles for Claro. |
Tableselect.php | file | core/ |
|
Tableselect::getInfo | function | core/ |
Returns the element properties for this element. |
Tableselect::preRenderTableselect | function | core/ |
Prepares a 'tableselect' #type element for rendering. |
Tableselect::processTableselect | function | core/ |
Creates checkbox or radio elements to populate a tableselect table. |
Tableselect::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
TableSelectTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\Tableselect @group Render |
TableSelectTest.php | file | core/ |
|
TableSelectTest::testProcessTableselectWithLinkTitle | function | core/ |
@covers ::processTableselect |
TableSelectTest::testProcessTableselectWithStringTitle | function | core/ |
@covers ::processTableselect |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.