| StorageTransformEvent.php |
file |
core/lib/Drupal/Core/Config/StorageTransformEvent.php |
|
| StorageTransformEvent::$storage |
property |
core/lib/Drupal/Core/Config/StorageTransformEvent.php |
The configuration storage which is transformed. |
| StorageTransformEvent::getStorage |
function |
core/lib/Drupal/Core/Config/StorageTransformEvent.php |
Returns the mutable storage ready to be read from and written to. |
| StorageTransformEvent::__construct |
function |
core/lib/Drupal/Core/Config/StorageTransformEvent.php |
StorageTransformEvent constructor. |
| StringArgument::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/argument/StringArgument.php |
Provide a form to edit options for this plugin. |
| StringArgument::getFormula |
function |
core/modules/views/src/Plugin/views/argument/StringArgument.php |
Get the formula for this argument. |
| StringFilter::buildExposeForm |
function |
core/modules/views/src/Plugin/views/filter/StringFilter.php |
Options form subform for exposed filter options. |
| StringFilter::valueForm |
function |
core/modules/views/src/Plugin/views/filter/StringFilter.php |
Provide a simple textfield for equality. |
| StringFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Plugin implementation of the 'string' formatter. |
| StringFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
|
| StringFormatter::$entityTypeManager |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
The entity type manager. |
| StringFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Defines the default settings for this plugin. |
| StringFormatter::getEntityUrl |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Gets the URI elements of the entity. |
| StringFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Returns a form to configure settings for the formatter. |
| StringFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Returns a short summary for the current formatter settings. |
| StringFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Builds a renderable array for a field value. |
| StringFormatter::viewValue |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Generate the output appropriate for one field item. |
| StringFormatter::__construct |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Constructs a StringFormatter instance. |
| StringFormatterTest |
class |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
Tests the string field formatter. |
| StringFormatterTest |
class |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Tests the creation of text fields. |
| StringFormatterTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
|
| StringFormatterTest.php |
file |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::$bundle |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::$display |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::$entityType |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::$entityTypeManager |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
The entity type manager. |
| StringFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::$modules |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Modules to install. |
| StringFormatterTest::providerAccessLinkToEntity |
function |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
Data provider. |
| StringFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Renders fields of a given entity with a given display. |
| StringFormatterTest::setUp |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Test "link_to_entity" feature on fields which are added to config entity. |
| StringFormatterTest::testLinkToEntity |
function |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
Checks link visibility depending on link templates and access. |
| StringFormatterTest::testStringFormatter |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Tests string formatter output. |
| StringItem::storageSettingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php |
Returns a form for the storage-level settings. |
| StringListField::buildOptionsForm |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
Provide a form to edit options for this plugin. |
| StringTextareaWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php |
Returns the form for a single field widget. |
| StringTextareaWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php |
Returns a form to configure settings for the widget. |
| 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. |
| StringTranslationTrait::formatPlural |
function |
core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php |
Formats a string containing a count of items. |
| StringTranslationTraitTest::testFormatPlural |
function |
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php |
Tests formatPlural(). |
| StubForm |
class |
core/modules/system/tests/src/Functional/Form/StubForm.php |
Provides a stub form for testing purposes. |
| StubForm.php |
file |
core/modules/system/tests/src/Functional/Form/StubForm.php |
|
| StubForm::$form |
property |
core/modules/system/tests/src/Functional/Form/StubForm.php |
The form array. |
| StubForm::$formId |
property |
core/modules/system/tests/src/Functional/Form/StubForm.php |
The form ID. |
| StubForm::buildForm |
function |
core/modules/system/tests/src/Functional/Form/StubForm.php |
Form constructor. |
| StubForm::getFormId |
function |
core/modules/system/tests/src/Functional/Form/StubForm.php |
Returns a unique string identifying the form. |
| StubForm::submitForm |
function |
core/modules/system/tests/src/Functional/Form/StubForm.php |
Form submission handler. |
| StubForm::__construct |
function |
core/modules/system/tests/src/Functional/Form/StubForm.php |
Constructs a StubForm. |