ChainDecoder::$decoders |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
|
XmlEncoder::__construct |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
Constucts the XmlEncoder object, creating a BaseXmlEncoder class also. |
PHP_CodeCoverage::$data |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Code coverage data. |
PHP_CodeCoverage::clear |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Clears collected code coverage data. |
user_preferred_langcode |
function |
drupal/core/modules/user/user.module |
Get the language object preferred by the user. This user preference can
be set on the user account editing page, and is only available if there
are more than one languages enabled on the site. If the user did not
choose a preferred language, or is the… |
PHP_CodeCoverage::start |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Start collection of code coverage information. |
PHP_CodeCoverage::merge |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Merges the data from another instance of PHP_CodeCoverage. |
DatabaseStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
DatabaseStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
serializer.encoder.json |
service |
drupal/core/modules/serialization/serialization.services.yml |
Drupal\serialization\Encoder\JsonEncoder |
FlattenException::$code |
property |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php |
|
DateTimePlus::$langcode |
property |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
The value of the language code passed to the constructor. |
Response::setStatusCode |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sets the response status code. |
Response::getStatusCode |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Retrieves the status code for the current web response. |
EncoderInterface::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/EncoderInterface.php |
Encodes data into the given format |
UnicodeTest::testUcfirst |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::ucfirst(). |
ChainEncoder::getEncoder |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
Gets the encoder supporting the format. |
JsonEncode::getLastError |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncode.php |
Returns the last encoding error (if any) |
PHP_CodeCoverage_Version |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Version.php |
@category PHP
@package CodeCoverage
@author Sebastian Bergmann <sebastian@phpunit.de>
@copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause… |
StorageInterface::encode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Encodes configuration data into the storage-specific format. |
JsonDecode::$associative |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
Specifies if the returned result should be an associative array or a nested stdClass object hierarchy. |
StorageInterface::decode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Decodes configuration data from the storage-specific format. |
Process::getExitCodeText |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns a string representation for the exit code returned by the process. |
JsonDecode::getLastError |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
Returns the last decoding error (if any). |
JsonEncoder::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
|
DecoderInterface::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php |
Decodes a string into PHP data. |
FormatDateTest::LANGCODE |
constant |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php |
Arbitrary langcode for a custom language. |
ChainDecoder::getDecoder |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
Gets the decoder supporting the format. |
NullDumper::getProxyCode |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php |
Generates the code for the lazy proxy. |
XmlEncoder::$baseEncoder |
property |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
An instance of the Symfony XmlEncoder to perform the actual encoding. |
PHP_CodeCoverage::$tests |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Test data. |
PHP_CodeCoverage::filter |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Returns the PHP_CodeCoverage_Filter used. |
Issue244ExceptionIntCode |
class |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/244/Issue244Test.php |
|
PHP_CodeCoverage::append |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Appends code coverage data. |
_drupal_decode_exception |
function |
drupal/core/includes/errors.inc |
Decodes an exception and retrieves the correct caller. |
SerializationTestEncoder |
class |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestEncoder.php |
|
FlattenException::setCode |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php |
|
ChainEncoder::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
|
UnicodeTest::testTruncate |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::truncate(). |
XmlEncoder::$rootNodeName |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
|
Language::LANGCODE_SYSTEM |
constant |
drupal/core/lib/Drupal/Core/Language/Language.php |
Special system language code (only applicable to UI language). |
Unicode::STATUS_MULTIBYTE |
constant |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Indicates that full unicode support with the PHP mbstring extension is
being used. |
User::$preferred_langcode |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The user's preferred langcode for receiving emails and viewing the site. |
Unicode::mimeHeaderEncode |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Encodes MIME/HTTP headers that contain incorrectly encoded characters. |
Unicode::mimeHeaderDecode |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Decodes MIME/HTTP encoded header values. |
ChainDecoder::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
|
PHP_CodeCoverage_UtilTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php |
Tests for the PHP_CodeCoverage_Util class. |
PHP_CodeCoverage::$driver |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
|
PHP_CodeCoverage::$filter |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
|
PHP_CodeCoverage::getData |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Returns the collected code coverage data. |