| SqlContentEntityStorageTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The mocked entity field manager used in this test. |
| SqlContentEntityStorageTest::$fieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
An array of field definitions used for this test, keyed by field name. |
| SqlContentEntityStorageTest::mockFieldDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Returns a set of mock field definitions for the given names. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlCountCache::fields |
function |
core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php |
Returns available fields on the source. |
| SqlFieldableEntityTypeListenerTrait |
trait |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Helper methods for EntityTypeListenerInterface. |
| SqlFieldableEntityTypeListenerTrait.php |
file |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
|
| SqlFieldableEntityTypeListenerTrait::copyData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Copies entity data from the original storage to the temporary one. |
| SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Handles the case when an error occurs during the data copying step. |
| SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
|
| SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to prepare their schema before data copying. |
| SqlIdMapTest::getFieldSchema |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Gets the field schema. |
| SqliteDateSql::getDateField |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Returns a native database expression for a given field. |
| SqliteDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Applies the given offset to the given field. |
| SqliteDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests the getDateField method. |
| SqliteDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests timezone offset formatting. |
| StateFormatterTest::testStateFieldFormatter |
function |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
Tests the embed field. |
| Statement::fetchField |
function |
core/lib/Drupal/Core/Database/Statement.php |
Returns a single field from the next record of a result set. |
| StatementEmpty::fetchField |
function |
core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns a single field from the next record of a result set. |
| StatementInterface::fetchField |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns a single field from the next record of a result set. |
| StatementPrefetch::fetchField |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns a single field from the next record of a result set. |
| StatementWrapper::fetchField |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
Returns a single field from the next record of a result set. |
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
The user name field. |
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
The user name field. |
| StatisticsLastUpdated::$field_alias |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
The field alias. |
| StickyNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/StickyNode.php |
Gets an array of values to be set. |
| StringDatabaseStorage::dbFieldTable |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Gets table alias for field. |
| StringFieldRdfaTest |
class |
core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php |
Tests RDFa output by text field formatters. |
| StringFieldRdfaTest.php |
file |
core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php |
|
| StringFieldRdfaTest::$fieldType |
property |
core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php |
The machine name of the field type to test. |
| StringFieldRdfaTest::$testSummary |
property |
core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php |
The 'summary' property value for testing. |
| StringFieldRdfaTest::$testValue |
property |
core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php |
The 'value' property value for testing. |
| StringFieldRdfaTest::setUp |
function |
core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php |
Set the default field storage backend for fields created during tests. |
| StringFieldRdfaTest::testStringFormatters |
function |
core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php |
Tests string formatters. |
| StringFieldTest |
class |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
Tests the creation of string fields. |
| StringFieldTest.php |
file |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
|
| StringFieldTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
The theme to install as the default for testing. |
| StringFieldTest::$modules |
property |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
Modules to enable. |
| StringFieldTest::$webUser |
property |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
A user without any special permissions. |
| StringFieldTest::setUp |
function |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
|
| StringFieldTest::testTextfieldWidgets |
function |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
Tests widgets. |
| StringFieldTest::_testTextfieldWidgets |
function |
core/modules/field/tests/src/Functional/String/StringFieldTest.php |
Helper function for testTextfieldWidgets(). |
| StringFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/String/StringFormatterTest.php |
|
| StringFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/String/StringFormatterTest.php |
Renders fields of a given entity with a given display. |
| StringIdEntityTest::baseFieldDefinitions |
function |
core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php |
Provides base field definitions for an entity type. |