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. Other projects
Title Object type File name Summary
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.
StubEntityStorageBase::doDelete function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific entity deletion.
StubEntityStorageBase::doLoadMultiple function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific loading of entities.
StubEntityStorageBase::doSave function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific saving of the entity.
StubEntityStorageBase::getQueryServiceName function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Gets the name of the service for the query for this entity storage.
StubEntityStorageBase::has function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Determines if this entity already exists in storage.
StubReflectionFactory class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Override ReflectionFactory because ::createInstance() calls a static method.
StubReflectionFactory::getPluginClass function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Finds the class relevant for a given plugin.
StubSourceGeneratorPlugin class core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Defines a stubbed source plugin with a generator as iterator.
StubSourceGeneratorPlugin::$cacheCounts property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should cache the source count.
StubSourceGeneratorPlugin::$skipCount property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should not attempt to count the source.
StubSourceGeneratorPlugin::$trackChanges property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Flags whether to track changes to incoming data.
StubSourceGeneratorPlugin::getCacheCounts function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the cacheCounts value.
StubSourceGeneratorPlugin::getSkipCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the skipCount value.
StubSourceGeneratorPlugin::getTrackChanges function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the trackChanges value.
StubSourceGeneratorPlugin::initializeIterator function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Initializes the iterator with the source data.
StubSourcePlugin::initializeIterator function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Initializes the iterator with the source data.
StubSourcePlugin::__toString function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Allows class to decide how it will react when it is treated like a string.
StubUpsert::__toString function core/tests/Drupal/Tests/Core/Database/Stub/StubUpsert.php Implements PHP magic __toString method to convert the query to a string.
StylePluginBase::$render_tokens property core/modules/views/src/Plugin/views/style/StylePluginBase.php Keyed array by placeholder a cached per row tokens to render.
StylePluginBase::$rowTokens property core/modules/views/src/Plugin/views/style/StylePluginBase.php Store all available tokens row rows.
StylePluginBase::tokenizeValue function core/modules/views/src/Plugin/views/style/StylePluginBase.php Take a value and apply token replacement logic to it.
StylePluginBase::usesTokens function core/modules/views/src/Plugin/views/style/StylePluginBase.php Return TRUE if this style uses tokens.
StyleSensibleElementConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Styles can only be specified for HTML5 tags and extra classes.
StyleSensibleElementConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php
StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Finds the plugin with elements that conflict with the style element.
StyleSensibleElementConstraintValidator::intersectionWithClasses function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Checks if there is an intersection on allowed 'class' attribute values.
StyleSensibleElementConstraintValidator::KNOWN_UNSUPPORTED_TAGS constant core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Tags whose plugins are known to not yet integrate with the Style plugin.
StyleSensibleElementConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php
StyleTest::getOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Returns the output property.
StyleTest::setOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Sets the output property.
StyleTest::testCustomRowClasses function core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Tests custom CSS row classes.

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