| 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. |
| TableMappingInterface::getAllFieldTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets all the table names in which an entity field is stored. |
| TableMappingInterface::getFieldColumnName |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Generates a column name for a field property. |
| TableMappingInterface::getFieldNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of names for entity fields stored in the specified table. |
| TableMappingInterface::getFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets the table name for a given column. |
| Tables::$caseSensitiveFields |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
List of case sensitive fields. |
| Tables::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
The entity field manager. |
| Tables::$fieldTables |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Field table array, key is table name, value is alias. |
| Tables::addField |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Adds a field to a database query. |
| Tables::addField |
function |
core/modules/workspaces/src/EntityQuery/Tables.php |
Adds a field to a database query. |
| Tables::ensureFieldTable |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Ensure the field table is joined if necessary. |
| Tables::isFieldCaseSensitive |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Determines whether the given field is case sensitive. |
| TablesInterface::addField |
function |
core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php |
Adds a field to a database query. |
| TablesInterface::isFieldCaseSensitive |
function |
core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php |
Determines whether the given field is case sensitive. |
| TaggedWithTest::$tagField |
property |
core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php |
Field definition for the test tag field. |
| TaggedWithTest::$tagFieldName |
property |
core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php |
Name of the test tag field. |
| TaggedWithTest::$tagFieldStorage |
property |
core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php |
Holds the field storage for test tag field. |
| TaxonomyFieldAllTermsTest |
class |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php |
Tests the "All terms" taxonomy term field handler. |
| TaxonomyFieldAllTermsTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php |
|
| TaxonomyFieldAllTermsTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php |
The theme to install as the default for testing. |
| TaxonomyFieldAllTermsTest::$testViews |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php |
Views used by this test. |
| TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php |
Tests the "all terms" field handler. |
| TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php |
Tests token replacement in the "all terms" field handler. |
| TaxonomyFieldFilterTest |
class |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Tests taxonomy field filters with translations. |
| TaxonomyFieldFilterTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
|
| TaxonomyFieldFilterTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
The theme to install as the default for testing. |
| TaxonomyFieldFilterTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Modules to install. |
| TaxonomyFieldFilterTest::$termNames |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
List of taxonomy term names by language. |
| TaxonomyFieldFilterTest::$testViews |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Views used by this test. |
| TaxonomyFieldFilterTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
The vocabulary used for creating terms. |
| TaxonomyFieldFilterTest::assertPageCounts |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Asserts that the given taxonomy translation counts are correct. |
| TaxonomyFieldFilterTest::createTermWithProperties |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Creates a taxonomy term with specified name and other properties. |
| TaxonomyFieldFilterTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Sets up the test. |
| TaxonomyFieldFilterTest::testFilters |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
Tests description and term name filters. |
| TaxonomyFieldTidTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Tests the taxonomy term TID field handler. |
| TaxonomyFieldTidTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
|
| TaxonomyFieldTidTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Modules to install. |
| TaxonomyFieldTidTest::$term1 |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
A taxonomy term to use in this test. |
| TaxonomyFieldTidTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Views to be enabled. |
| TaxonomyFieldTidTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
|
| TaxonomyFieldTidTest::testViewsHandlerTidField |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php |
Tests the taxonomy field handler. |
| TaxonomyFieldVidTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Tests the taxonomy term VID field handler. |
| TaxonomyFieldVidTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
|
| TaxonomyFieldVidTest::$adminUser |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
An admin user. |
| TaxonomyFieldVidTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Modules to install. |
| TaxonomyFieldVidTest::$terms |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
An array of taxonomy term used in this test. |
| TaxonomyFieldVidTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Views used by this test. |
| TaxonomyFieldVidTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
|
| TaxonomyFieldVidTest::testViewsHandlerVidField |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php |
Tests the field handling for the Vocabulary ID. |
| TaxonomyTermDisplayConfigurableTestHooks::entityBaseFieldInfoAlter |
function |
core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php |
Implements hook_entity_base_field_info_alter(). |