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 |
---|---|---|---|
DefaultTableMapping::getTableNames | function | core/ |
Gets a list of table names for this mapping. |
DefaultTableMapping::requiresDedicatedTableStorage | function | core/ |
Checks whether the given field has to be stored in a dedicated table. |
DefaultTableMapping::setExtraColumns | function | core/ |
Adds extra columns for a table to the table mapping. |
DefaultTableMapping::setFieldNames | function | core/ |
Adds field columns for a table to the table mapping. |
DefaultTableMapping::__construct | function | core/ |
Constructs a DefaultTableMapping. |
DefaultTableMappingIntegrationTest | class | core/ |
Tests the default table mapping class for content entities stored in SQL. |
DefaultTableMappingIntegrationTest.php | file | core/ |
|
DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
DefaultTableMappingIntegrationTest::$entityFieldManager | property | core/ |
The entity field manager. |
DefaultTableMappingIntegrationTest::$modules | property | core/ |
Modules to install. |
DefaultTableMappingIntegrationTest::$tableMapping | property | core/ |
The table mapping for the tested entity type. |
DefaultTableMappingIntegrationTest::setUp | function | core/ |
|
DefaultTableMappingIntegrationTest::testGetAllFieldTableNames | function | core/ |
@covers ::getAllFieldTableNames |
DefaultTableMappingIntegrationTest::testGetFieldTableName | function | core/ |
Tests DefaultTableMapping::getFieldTableName(). |
DefaultTableMappingIntegrationTest::testGetTableNames | function | core/ |
Tests DefaultTableMapping::getTableNames(). |
DefaultTableMappingTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Sql\DefaultTableMapping @group Entity |
DefaultTableMappingTest.php | file | core/ |
|
DefaultTableMappingTest::$entityType | property | core/ |
The entity type definition. |
DefaultTableMappingTest::providerTestGetDedicatedTableName | function | core/ |
Provides test data for testGetDedicatedTableName(). |
DefaultTableMappingTest::providerTestGetFieldColumnName | function | core/ |
Provides test data for testGetFieldColumnName(). |
DefaultTableMappingTest::providerTestGetFieldTableName | function | core/ |
Provides test data for testGetFieldColumnName(). |
DefaultTableMappingTest::setUp | function | core/ |
|
DefaultTableMappingTest::setUpDefinition | function | core/ |
Sets up a field storage definition for the test. |
DefaultTableMappingTest::testGetAllColumns | function | core/ |
Tests DefaultTableMapping::getAllColumns(). |
DefaultTableMappingTest::testGetColumnNames | function | core/ |
Tests DefaultTableMapping::getColumnNames(). |
DefaultTableMappingTest::testGetDedicatedTableName | function | core/ |
@covers ::getDedicatedDataTableName @covers ::getDedicatedRevisionTableName |
DefaultTableMappingTest::testGetExtraColumns | function | core/ |
Tests DefaultTableMapping::getExtraColumns(). |
DefaultTableMappingTest::testGetFieldColumnName | function | core/ |
Tests DefaultTableMapping::getFieldColumnName() with valid parameters. |
DefaultTableMappingTest::testGetFieldColumnNameInvalid | function | core/ |
Tests DefaultTableMapping::getFieldColumnName() with invalid parameters. |
DefaultTableMappingTest::testGetFieldNames | function | core/ |
Tests DefaultTableMapping::getFieldNames(). |
DefaultTableMappingTest::testGetFieldTableName | function | core/ |
Tests DefaultTableMapping::getFieldTableName(). |
DefaultTableMappingTest::testGetFieldTableNameInvalid | function | core/ |
Tests DefaultTableMapping::getFieldTableName() with an invalid parameter. |
DefaultTableMappingTest::testGetTableNames | function | core/ |
Tests DefaultTableMapping::getTableNames(). |
Delete::$table | property | core/ |
The table from which to delete. |
DeleteMultipleFormTest::testTranslatableEntities | function | core/ |
Tests the delete form for translatable entities. |
DeleteMultipleFormTest::testUntranslatableEntities | function | core/ |
Tests the delete form for untranslatable entities. |
DeleteTruncateTest::testDeleteFromNonExistingTable | function | core/ |
Deleting from a not existing table throws a DatabaseExceptionWrapper. |
DeleteTruncateTest::testTruncateNonExistingTable | function | core/ |
Truncating a not existing table throws a DatabaseExceptionWrapper. |
Destructable | class | core/ |
|
Destructable.php | file | core/ |
|
Destructable::$semaphore | property | core/ |
Semaphore filename. |
Destructable::destruct | function | core/ |
Performs destruct operations. |
Destructable::setSemaphore | function | core/ |
Set the destination for the semaphore file. |
DestructableInterface | interface | core/ |
The interface for services that need explicit destruction. |
DestructableInterface.php | file | core/ |
|
DestructableInterface::destruct | function | core/ |
Performs destruct operations. |
DestructableServiceTest | class | core/ |
Tests invocation of services performing deferred tasks after response flush. |
DestructableServiceTest.php | file | core/ |
|
DestructableServiceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DestructableServiceTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.