StringDatabaseStorage::createString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::createString(). |
StringDatabaseStorage::dbFieldTable |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Gets table alias for field. |
StringDatabaseStorage::dbStringKeys |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Gets keys values that are in a database table. |
StringDatabaseStorage::dbStringLoad |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Loads multiple string objects. |
ConstraintViolationList::__toString |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
Converts the violation into a string for debugging purposes. |
AnnotationWithAttributes::getString |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
assertJsonStringNotEqualsJsonString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that two given JSON encoded objects or arrays are not equal. |
PHPUnit_Framework_Warning::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Warning.php |
Returns a string representation of the test case. |
BasePhpFormulaLoader::tokenToString |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php |
|
LocaleConfigManager::getStringNames |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php |
Gets configuration names associated with strings. |
LocaleStringTest::testStringCRUDAPI |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Test CRUD API. |
LocaleStringTest::buildSourceString |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Creates random source string object. |
LocaleStringTest::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Creates single translation for source string. |
StringDatabaseStorage::getLocations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::getLocations(). |
StringDatabaseStorage::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::countStrings(). |
StringDatabaseStorage::deleteStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::deleteLanguage(). |
StringDatabaseStorage::dbStringTable |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Gets table name for storing string object. |
PHPUnit_Framework_TestCase::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns a string representation of the test case. |
StaticReflectionProperty::__toString |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php |
|
FilterUnitTest::assertFilteredString |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Asserts multiple filter output expectations for multiple input strings. |
locale_translate_filter_load_strings |
function |
drupal/core/modules/locale/locale.pages.inc |
Builds a string search query and returns an array of string objects. |
EntityFieldTest::getContainedStrings |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Recursive helper for getting all contained strings,
i.e. properties of type string. |
AcceptHeaderItemTest::testFromString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
@dataProvider provideFromStringData |
Twig_Extension_StringLoader::getName |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/StringLoader.php |
|
LocaleConfigManager::translateString |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php |
Translates string using the localization system. |
StringStorageInterface::getLocations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads string location information. |
StringStorageInterface::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Counts source strings. |
StringStorageInterface::createString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Creates a source string object bound to this storage but not saved. |
StringDatabaseStorage::updateLocation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Update locations for string. |
StringDatabaseStorage::dbStringSelect |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Builds a SELECT query with multiple conditions and fields. |
StringDatabaseStorage::dbStringInsert |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Createds a database record for a string object. |
StringDatabaseStorage::dbStringUpdate |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Updates string object in the database. |
QueryString::aggregateUsingDuplicates |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Aggregate multi-valued parameters using duplicate values in a query string |
PHPUnit_Framework_TestSuite::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Returns a string representation of the test suite. |
Connection::sqlFunctionSubstringIndex |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
AcceptHeaderTest::provideToStringData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
FilterStringTest::testFilterStringNot |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
EasyRdf_Parser_Redland::nodeUriString |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Redland.php |
Convert the URI for a node into a string
@ignore |
MockTestConnection::$connectionString |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
Unescaper::unescapeSingleQuotedString |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php |
Unescapes a single quoted string. |
Unescaper::unescapeDoubleQuotedString |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php |
Unescapes a double quoted string. |
StringStorageInterface::deleteStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Deletes source strings and translations using conditions. |
LocaleStringTest::testStringSearchAPI |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Test Search API loading multiple objects. |
FilterStringTest::testFilterStringWord |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
FilterStringTest::testFilterStringEnds |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
EasyRdf_Parser_Turtle::parseLongString |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
Parses a """long string""". This method assumes that the first three
double quotes have already been parsed. |
EasyRdf_Parser_Redland::nodeTypeString |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Redland.php |
Convert a librdf node type into a string
@ignore |
JavaScriptTest::testVersionQueryString |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript versioning. |
RegisterStringTranslatorsPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStringTranslatorsPass.php |
You can modify the container here before it is dumped to PHP code. |
PHP_TimerTest::testSecondsToTimeString |
function |
drupal/core/vendor/phpunit/php-timer/Tests/TimerTest.php |
@covers PHP_Timer::secondsToTimeString |