Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
StringEqualsConcatenatedValuesConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/StringEqualsConcatenatedValuesConstraintValidator.php
StringEqualsConcatenatedValuesConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/StringEqualsConcatenatedValuesConstraintValidator.php
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().
StringFilter::getConditionOperator function core/modules/views/src/Plugin/views/filter/StringFilter.php Get specified condition operator mapping value.
StringFilter::operator function core/modules/views/src/Plugin/views/filter/StringFilter.php Get the query operator.
StringFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Build strings from the operators() for 'select' options.
StringFilter::operators function core/modules/views/src/Plugin/views/filter/StringFilter.php Returns an array of operator information, keyed by operator ID.
StringFilter::operatorValues function core/modules/views/src/Plugin/views/filter/StringFilter.php Gets the operators that have a given number of values.
StringFormatterTest::providerAccessLinkToEntity function core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php Data provider.
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.
StringInterface::getStorage function core/modules/locale/src/StringInterface.php Gets the string storage.
StringInterface::setStorage function core/modules/locale/src/StringInterface.php Sets the string storage.
StringItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Defines the storage-level settings for this plugin.
StringItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Returns a form for the storage-level settings.
StringItemBase::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php Defines the storage-level settings for this plugin.
StringObject::__toString function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
StringStorageException class core/modules/locale/src/StringStorageException.php Defines an exception thrown when storage operations fail.
StringStorageException.php file core/modules/locale/src/StringStorageException.php
StringStorageInterface interface core/modules/locale/src/StringStorageInterface.php Defines the locale string storage interface.
StringStorageInterface.php file core/modules/locale/src/StringStorageInterface.php
StringStorageInterface::countStrings function core/modules/locale/src/StringStorageInterface.php Counts source strings.
StringStorageInterface::countTranslations function core/modules/locale/src/StringStorageInterface.php Counts translations.
StringStorageInterface::createString function core/modules/locale/src/StringStorageInterface.php Creates a source string object bound to this storage but not saved.
StringStorageInterface::createTranslation function core/modules/locale/src/StringStorageInterface.php Creates a string translation object bound to this storage but not saved.
StringStorageInterface::delete function core/modules/locale/src/StringStorageInterface.php Delete string from storage.
StringStorageInterface::deleteStrings function core/modules/locale/src/StringStorageInterface.php Deletes source strings and translations using conditions.
StringStorageInterface::deleteTranslations function core/modules/locale/src/StringStorageInterface.php Deletes translations using conditions.
StringStorageInterface::findString function core/modules/locale/src/StringStorageInterface.php Loads a string source object, fast query.
StringStorageInterface::findTranslation function core/modules/locale/src/StringStorageInterface.php Loads a string translation object, fast query.
StringStorageInterface::getLocations function core/modules/locale/src/StringStorageInterface.php Loads string location information.
StringStorageInterface::getStrings function core/modules/locale/src/StringStorageInterface.php Loads multiple source string objects.
StringStorageInterface::getTranslations function core/modules/locale/src/StringStorageInterface.php Loads multiple string translation objects.
StringStorageInterface::save function core/modules/locale/src/StringStorageInterface.php Save string object to storage.
StringTranslationTraitTest::$testObject property core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php The object under test that uses StringTranslationTrait.
string_translator.custom_strings service core/core.services.yml Drupal\Core\StringTranslation\Translator\CustomStrings
string_translator.locale.lookup service core/modules/locale/locale.services.yml Drupal\locale\LocaleTranslation
StubConnection::mapConditionOperator function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Gets any special processing requirements for the condition operator.
StubEntityStorageBase class core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php A stub base entity storage for testing purposes.
StubEntityStorageBase.php file core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php
StubEntityStorageBase::createInstance function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Instantiates a new instance of this entity handler.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.