| StreamWrapperTest::testGetValidStreamScheme |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests the scheme functions. |
| StreamWrapperTest::testUriFunctions |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests the getViaUri() and getViaScheme() methods and target functions. |
| StringBaseTest |
class |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
Tests Drupal\locale\StringBase. |
| StringBaseTest.php |
file |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
|
| StringBaseTest::testDeleteWithoutStorage |
function |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
Tests delete without storage. |
| StringBaseTest::testSaveWithoutStorage |
function |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
Tests save without storage. |
| StringDatabaseStorage::createString |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates a source string object bound to this storage but not saved. |
| StringDatabaseStorage::deleteStrings |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Deletes source strings and translations using conditions. |
| StringEqualsConcatenatedValuesConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests the StringEqualsConcatenatedValues validator. |
| StringEqualsConcatenatedValuesConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
|
| StringEqualsConcatenatedValuesConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Modules to install. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
|
| StringEqualsConcatenatedValuesConstraintValidatorTest::testInvalidReferenceToProperties |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests that validation fails if the schema references missing properties. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testReservedCharacters |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests that validation fails if reserved characters are not replaced. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testStringEqualsConcatenatedValuesConstraint |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests basic validation of concatenated config values. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testValueTypes |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests concatenation of basic schema value types. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::valueTypesProvider |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Data provider for testValueTypes(). |
| StringFieldTest |
class |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
Tests the creation of string fields. |
| StringFieldTest.php |
file |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
|
| StringFieldTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
The theme to install as the default for testing. |
| 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 |
class |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Tests the creation of text fields. |
| StringFormatterTest |
class |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
Tests the string field formatter. |
| 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::testLinkToContentForEntitiesWithMissingLinkTemplate |
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::testLinkToEntityEditForm |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Test linking to an entity's edit form. |
| StringFormatterTest::testStringFormatter |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Tests string formatter output. |
| StringIdEntityTest |
class |
core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php |
Defines a content entity type that has a string ID. |
| StringIdEntityTest.php |
file |
core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php |
|
| StringIdEntityTest::baseFieldDefinitions |
function |
core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php |
Provides base field definitions for an entity type. |
| StringItemTest |
class |
core/tests/Drupal/Tests/Core/Field/StringItemTest.php |
Defines a test for the StringItem field-type. |
| StringItemTest.php |
file |
core/tests/Drupal/Tests/Core/Field/StringItemTest.php |
|
| StringItemTest::providerMaxLength |
function |
core/tests/Drupal/Tests/Core/Field/StringItemTest.php |
Data provider for maximum-lengths. |
| StringItemTest::testGenerateSampleValue |
function |
core/tests/Drupal/Tests/Core/Field/StringItemTest.php |
Tests generating sample values. |
| StringStorageInterface::createString |
function |
core/modules/locale/src/StringStorageInterface.php |
Creates a source string object bound to this storage but not saved. |