ExceptionCode.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ExceptionCode.php |
|
Serializer::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Decodes a string into PHP data. |
drupal_encode_path |
function |
drupal/core/includes/common.inc |
Encodes a Drupal path for use in a URL. |
UnicodeTest::setUp |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
|
Process::$exitcode |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
|
JsonEncode::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncode.php |
Encodes PHP data to a JSON string |
XmlEncoder::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Encodes data into the given format |
XmlEncoder::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Decodes a string into PHP data. |
Unicode::getStatus |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Get the current status of unicode/multibyte support on this enviroment. |
Unicode::setStatus |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Sets the value for multibyte support status for the current enviroment. |
JsonDecode::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
Decodes data. |
drupal_json_encode |
function |
drupal/core/includes/common.inc |
Converts a PHP variable into its JavaScript equivalent. |
drupal_json_decode |
function |
drupal/core/includes/common.inc |
Converts an HTML-safe JSON string into its PHP equivalent. |
PoItem::$_langcode |
property |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
The language code this translation is in. |
mime_header_encode |
function |
drupal/core/includes/unicode.inc |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
mime_header_decode |
function |
drupal/core/includes/unicode.inc |
Decodes MIME/HTTP encoded header values. |
XmlEncoder::encode |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
Implements \Symfony\Component\Serializer\Encoder\EncoderInterface::encode(). |
XmlEncoder::decode |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
Implements \Symfony\Component\Serializer\Encoder\EncoderInterface::decode(). |
Comment::$langcode |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment language code. |
XmlEncoderTest.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
Serializer::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Encodes data into the given format |
PathProcessorDecode |
class |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php |
Processes the inbound path by urldecoding it. |
XmlEncoder::$format |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
|
Language::$langcode |
property |
drupal/core/lib/Drupal/Core/Language/Language.php |
|
Process::$exitCodes |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Exit codes translation table. |
Language::$langcode |
property |
drupal/core/lib/Drupal/Core/TypedData/Type/Language.php |
The language code of the language if no 'langcode source' is used. |
Unicode::strtoupper |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Uppercase a UTF-8 string. |
Unicode::strtolower |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Lowercase a UTF-8 string. |
JsonEncoder::FORMAT |
constant |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
|
JsonEncoder::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
Encodes data into the given format |
JsonEncoder::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
Decodes a string into PHP data. |
PoItem::getLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Get the language code of the currently used language. |
PoItem::setLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Set the language code of the current language. |
NullStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
NullStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
XmlEncoder::$format |
property |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
The formats that this Encoder supports. |
FileStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
FileStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
JsonEncoderTest.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php |
|
UnicodeTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
This method exists to support the simpletest UI runner. |
ChainEncoder::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
Encodes data into the given format |
JsonEncode::$options |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncode.php |
|
XmlEncoder::parseXml |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Parse the input SimpleXmlElement into an array. |
XmlEncoder::buildXml |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Parse the data and convert it to DOMElements |
Process::getExitCode |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns the exit code returned by the process. |
ChainDecoder::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
Decodes a string into PHP data. |
unicode_requirements |
function |
drupal/core/includes/unicode.inc |
Returns Unicode library status and errors. |
JsonEncoder::$format |
property |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/JsonEncoder.php |
The formats that this Encoder supports. |
ViewsData::$langcode |
property |
drupal/core/modules/views/lib/Drupal/views/ViewsData.php |
The current language code. |
JsonEncoder::$format |
property |
drupal/core/modules/hal/lib/Drupal/hal/Encoder/JsonEncoder.php |
The formats that this Encoder supports. |