| 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/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::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. |
| StringStorageInterface::deleteStrings |
function |
core/modules/locale/src/StringStorageInterface.php |
Deletes source strings and translations using conditions. |
| StringTranslationTraitTest |
class |
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php |
Tests Drupal\Core\StringTranslation\StringTranslationTrait. |
| StringTranslationTraitTest.php |
file |
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php |
|
| StringTranslationTraitTest::$testObject |
property |
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php |
The object under test that uses StringTranslationTrait. |
| StringTranslationTraitTest::setUp |
function |
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php |
|
| StringTranslationTraitTest::testFormatPlural |
function |
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php |
Tests formatPlural(). |
| StringTranslationTraitTest::testT |
function |
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php |
Tests t(). |
| StubConnection::testLogCaller |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
Helper method to test database classes are not included in backtraces. |
| StubRevisionableEntity::isLatestRevision |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Checks if this entity is the latest revision. |
| StubTestTrait |
trait |
core/modules/migrate/tests/src/StubTestTrait.php |
Provides common functionality for testing stubbing. |
| StubTestTrait |
trait |
core/modules/migrate_drupal/src/Tests/StubTestTrait.php |
Provides common functionality for testing stubbing. |
| StubTestTrait.php |
file |
core/modules/migrate_drupal/src/Tests/StubTestTrait.php |
|
| StubTestTrait.php |
file |
core/modules/migrate/tests/src/StubTestTrait.php |
|
| StubTestTrait::createEntityStub |
function |
core/modules/migrate/tests/src/StubTestTrait.php |
Create a stub of the given entity type. |
| StubTestTrait::createEntityStub |
function |
core/modules/migrate_drupal/src/Tests/StubTestTrait.php |
Create a stub of the given entity type. |
| StubTestTrait::performStubTest |
function |
core/modules/migrate_drupal/src/Tests/StubTestTrait.php |
Tests that creating a stub of an entity type results in a valid entity. |
| StubTestTrait::performStubTest |
function |
core/modules/migrate/tests/src/StubTestTrait.php |
Tests that creating a stub of an entity type results in a valid entity. |
| StubTestTrait::validateStub |
function |
core/modules/migrate/tests/src/StubTestTrait.php |
Perform validation on a stub entity. |