| StringFieldTest::$modules |
property |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
Modules to install. |
| StringFieldTest::$webUser |
property |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
A user without any special permissions. |
| StringFieldTest::setUp |
function |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
|
| StringFieldTest::testTextfieldWidgets |
function |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
Tests widgets. |
| StringFieldTest::_testTextfieldWidgets |
function |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
Helper function for testTextfieldWidgets(). |
| StringFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/KernelString/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. |
| 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 |
Provide a form to edit options for this plugin. |
| StringListField::defineOptions |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
Information about options for all kinds of purposes will be held here. |
| StringListField::init |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
| StringListField::summaryName |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
Provides the name to use for the summary, defaults to the name field. |
| 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 |
Defines the default settings for this plugin. |
| StringTextfieldWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
Returns the form for a single field widget. |
| StringTextfieldWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
Returns a form to configure settings for the widget. |
| StringTextfieldWidget::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
Returns a short summary for the current widget settings. |
| StubFieldItemBase |
class |
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php |
A stub field item base entity for testing purposes. |
| StubFieldItemBase.php |
file |
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php |
|
| StubFieldItemBase::propertyDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php |
Defines field item properties. |
| StubFieldItemBase::schema |
function |
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php |
Returns the schema for the field. |
| StubFieldItemBase::__construct |
function |
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php |
Constructs a TypedData object given its definition and context. |
| StubSchema::addField |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php |
Add a new field to a table. |
| StubSchema::changeField |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php |
Change a field definition. |
| StubSchema::dropField |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php |
Drop a field. |
| StubSchema::getFieldTypeMap |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
| StubSourcePlugin::fields |
function |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
Returns available fields on the source. |
| 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 |
Views to be enabled. |
| 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. |
| StyleSerializerEntityTest::testFieldRawOutput |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the raw output options for row field rendering. |
| StyleSerializerEntityTest::testUIFieldAlias |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the field ID alias functionality of the DataFieldRow plugin. |
| StyleTableTest::testFieldInColumns |
function |
core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php |
Tests table fields in columns. |
| StyleTableTest::testNumericFieldVisible |
function |
core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php |
Tests that a number with the value of "0" is displayed in the table. |
| SyntaxTest::testConcatWsFields |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/SyntaxTest.php |
Tests string concatenation with separator, with field values. |
| SystemThemeHooks::themeSuggestionsField |
function |
core/modules/system/src/Hook/SystemThemeHooks.php |
Implements hook_theme_suggestions_HOOK(). |
| Table::$defaultFieldLabels |
property |
core/modules/views/src/Plugin/views/style/Table.php |
Should field labels be enabled by default. |