| 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 |
|
| StringListField |
class |
core/modules/options/src/Plugin/views/argument/StringListField.php |
Argument handler for list field to show the human readable name in summary. |
| StringListField.php |
file |
core/modules/options/src/Plugin/views/argument/StringListField.php |
|
| StringListField::$allowedValues |
property |
core/modules/options/src/Plugin/views/argument/StringListField.php |
Stores the allowed values of this field. |
| StringListField::buildOptionsForm |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
|
| StringListField::defineOptions |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
|
| StringListField::init |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
|
| StringListField::summaryName |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
|
| StringTextfieldWidget |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
Plugin implementation of the 'string_textfield' widget. |
| StringTextfieldWidget.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
|
| StringTextfieldWidget::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
|
| StringTextfieldWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
|
| StringTextfieldWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
|
| StringTextfieldWidget::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
|
| StubSourcePlugin::fields |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
|
| StyleFieldsTest |
class |
core/modules/views/tests/src/Kernel/Plugin/StyleFieldsTest.php |
Tests fields style functionality. |
| StyleFieldsTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/StyleFieldsTest.php |
|
| StyleFieldsTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/StyleFieldsTest.php |
|
| StyleFieldsTest::testInlineFields |
function |
core/modules/views/tests/src/Kernel/Plugin/StyleFieldsTest.php |
Tests inline fields and separator. |
| StylePluginBase::$defaultFieldLabels |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Should field labels be enabled by default. |
| StylePluginBase::$rendered_fields |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Stores the rendered field values, keyed by the row index and field name. |
| StylePluginBase::$usesFields |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Does the style plugin for itself support to add fields to its output. |
| StylePluginBase::defaultFieldLabels |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Return TRUE if this style enables field labels by default. |
| StylePluginBase::getField |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Gets a rendered field. |
| StylePluginBase::getFieldValue |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Get the raw field value. |
| StylePluginBase::renderFields |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Renders all of the fields for a given style and store them on the object. |
| StylePluginBase::usesFields |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Return TRUE if this style also uses fields. |
| StyleSerializerTest::testFieldapiField |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php |
Tests the field row style using fieldapi fields. |
| StyleSerializerTest::testFieldRawOutput |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php |
Tests the raw output options for row field rendering. |
| StyleSerializerTest::testUIFieldAlias |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php |
Test the field ID alias functionality of the DataFieldRow plugin. |
| StyleTableTest::testFieldInColumns |
function |
core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php |
Test table fields in columns. |
| StyleTableTest::testNumericFieldVisible |
function |
core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php |
Test that a number with the value of "0" is displayed in the table. |
| system_post_update_extra_fields |
function |
core/modules/system/system.post_update.php |
Update all entity view displays that contain extra fields. |
| system_post_update_extra_fields_form_display |
function |
core/modules/system/system.post_update.php |
Update all entity form displays that contain extra fields. |
| system_post_update_field_formatter_entity_schema |
function |
core/modules/system/system.post_update.php |
Clear caches due to schema changes in core.entity.schema.yml. |
| system_post_update_field_type_plugins |
function |
core/modules/system/system.post_update.php |
Force field type plugin definitions to be cleared. |
| system_theme_suggestions_field |
function |
core/modules/system/system.module |
Implements hook_theme_suggestions_HOOK(). |
| Table::$defaultFieldLabels |
property |
core/modules/views/src/Plugin/views/style/Table.php |
Should field labels be enabled by default. |
| 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::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 |
|
| Tables::addField |
function |
core/modules/workspaces/src/EntityQuery/Tables.php |
|
| Tables::ensureFieldTable |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Join field table if necessary. |
| Tables::isFieldCaseSensitive |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
|