Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 10.3.x for table
  4. Search 11.x for table
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.

All search results

Title Object type File name Summary
DbLogTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogTest.php Find the Logs table in the DOM.
DbLogViewsTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Find the Logs table in the DOM.
db_create_table function core/includes/database.inc Creates a new table from a Drupal table definition.
db_drop_table function core/includes/database.inc Drops a table.
db_escape_table function core/includes/database.inc Restricts a dynamic table name to safe characters.
db_find_tables function core/includes/database.inc Finds all tables that are like the specified base table name.
db_rename_table function core/includes/database.inc Renames a table.
db_table_exists function core/includes/database.inc Checks if a table exists.
DefaultProcessor::getEditableConfigNames function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Gets the configuration names that will be editable.
DefaultTableMapping class core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Defines a default table mapping class.
DefaultTableMapping.php file core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
DefaultTableMapping::$allColumns property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of all database columns per table.
DefaultTableMapping::$baseTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The base table of the entity.
DefaultTableMapping::$columnMapping property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A mapping of column names per field name.
DefaultTableMapping::$dataTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The table that stores field data, if the entity has multilingual support.
DefaultTableMapping::$entityType property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The entity type definition.
DefaultTableMapping::$extraColumns property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of database columns which store denormalized data per table.
DefaultTableMapping::$fieldNames property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of field names per table.
DefaultTableMapping::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The field storage definitions of this mapping.
DefaultTableMapping::$prefix property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The prefix to be used by all the tables of this mapping.
DefaultTableMapping::$revisionDataTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The table that stores revision field data if the entity supports revisions
and has multilingual support.
DefaultTableMapping::$revisionTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The table that stores revisions, if the entity supports revisions.
DefaultTableMapping::allowsSharedTableStorage function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Checks whether the given field can be stored in a shared table.
DefaultTableMapping::create function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Initializes the table mapping.
DefaultTableMapping::generateFieldTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a safe and unambiguous field table name.
DefaultTableMapping::getAllColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of all database columns for a given table.
DefaultTableMapping::getBaseTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the base table name.
DefaultTableMapping::getColumnNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a mapping of field columns to database columns for a given field.
DefaultTableMapping::getDataTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the data table name.
DefaultTableMapping::getDedicatedDataTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a table name for a field data table.
DefaultTableMapping::getDedicatedRevisionTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a table name for a field revision archive table.
DefaultTableMapping::getDedicatedTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of dedicated table names for this mapping.
DefaultTableMapping::getExtraColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of extra database columns, which store denormalized data.
DefaultTableMapping::getFieldColumnName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a column name for a field property.
DefaultTableMapping::getFieldNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of names for entity fields stored in the specified table.
DefaultTableMapping::getFieldTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the table name for a given column.
DefaultTableMapping::getReservedColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the list of columns that can not be used as field type columns.
DefaultTableMapping::getRevisionDataTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the revision data table name.
DefaultTableMapping::getRevisionTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the revision table name.
DefaultTableMapping::getTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of table names for this mapping.
DefaultTableMapping::requiresDedicatedTableStorage function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Checks whether the given field has to be stored in a dedicated table.
DefaultTableMapping::setExtraColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Adds a extra columns for a table to the table mapping.
DefaultTableMapping::setFieldNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Adds field columns for a table to the table mapping.
DefaultTableMapping::__construct function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Constructs a DefaultTableMapping.
DefaultTableMappingIntegrationTest class core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests the default table mapping class for content entities stored in SQL.
DefaultTableMappingIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php
DefaultTableMappingIntegrationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Modules to enable.
DefaultTableMappingIntegrationTest::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php The table mapping for the tested entity type.
DefaultTableMappingIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php
DefaultTableMappingIntegrationTest::testGetFieldTableName function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests DefaultTableMapping::getFieldTableName().

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