HeaderBag::__toString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
Returns the headers as a string. |
StringInterface::save |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Saves string object to storage. |
Twig_Lexer::lexString |
function |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
String::opShorterThan |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
|
locale_string_is_safe |
function |
drupal/core/modules/locale/locale.module |
Check that a string is safe to be added or imported as a translation. |
Condition::__toString |
function |
drupal/core/lib/Drupal/Core/Database/Query/Condition.php |
Implements PHP magic __toString method to convert the conditions to string. |
TraversableString.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php |
|
PHP_Token::__toString |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
StringDatabaseStorage |
class |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Defines the locale string class. |
ClassWithToString.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithToString.php |
|
Twig_Token::__toString |
function |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
Returns a string representation of the token. |
QueryString::getPrefix |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Get the query string prefix |
StringBase::$locations |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
The string locations indexed by type. |
QueryString::setPrefix |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Set the query string prefix |
QueryString::urlEncode |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Returns an array of url encoded field names and values |
StringBase::getVersion |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::getVersion(). |
StringBase::setVersion |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::setVersion(). |
StringBase::getPlurals |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::getPlurals(). |
StringBase::setPlurals |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::setPlurals(). |
StringBase::getStorage |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::getStorage(). |
StringBase::setStorage |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::setStorage(). |
SourceString::isSource |
function |
drupal/core/modules/locale/lib/Drupal/locale/SourceString.php |
Implements Drupal\locale\StringInterface::isSource(). |
TestBase::randomString |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Generates a random string of ASCII characters of codes 32 to 126. |
StringStorageException |
class |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageException.php |
Defines an exception thrown when storage operations fail. |
ArgumentStringTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentStringTest.php |
Definition of Drupal\views\Tests\Handler\ArgumentStringTest. |
ArchiveTar::_addString |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
String::decodeEntities |
function |
drupal/core/lib/Drupal/Component/Utility/String.php |
Decodes all HTML entities including numerical ones to regular UTF-8 bytes. |
assertStringEqualsFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that the contents of a string is equal
to the contents of a file. |
StringTest::testFormat |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/StringTest.php |
Tests string formatting with String::format(). |
assertStringStartsWith |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a string starts with a given prefix. |
StringInterface::getId |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Gets the string unique identifier. |
StringInterface::setId |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Sets the string unique identifier. |
EntityBody::fromString |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Create a new EntityBody from a string |
String::operatorValues |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
|
StringInterface::isNew |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Checks whether the object is not saved to storage yet. |
String::opContainsWord |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
|
StringStorageInterface |
interface |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Defines the locale string storage interface. |
RouteAware::__toString |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
ListString::summaryName |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php |
Provides the name to use for the summary. By default this is just
the name field. |
Twig_Token::STRING_TYPE |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
QueryString::$urlEncode |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
|
QueryString::fromString |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Parse a query string into a QueryString object |
QueryString::__toString |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Convert the query string parameters to a query string string |
PostFile::getCurlString |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
Get a cURL ready string for the upload |
StringBase::__construct |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Constructs a new locale string object. |
QueryString::encodeData |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Url encode parameter data. |
StringBase::addLocation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::addLocation(). |
StringBase::hasLocation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::hasLocation(). |
TranslationString::save |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Implements Drupal\locale\StringInterface::save(). |
SourceString::getString |
function |
drupal/core/modules/locale/lib/Drupal/locale/SourceString.php |
Implements Drupal\locale\LocaleString::getString(). |