PoHeader::$_langcode |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Language code. |
PHP_CodeCoverageTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
Tests for the PHP_CodeCoverage class. |
EncoderInterface.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/EncoderInterface.php |
|
DecoderInterface.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php |
|
CodeCoverageTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
|
Serializer::$encoder |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
|
Serializer::$decoder |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
|
twig_urlencode_filter |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
URL encodes a string as a path segment or an array as a query string. |
Response::$statusCode |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
|
PHP_CodeCoverage_Util |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Util.php |
Utility methods. |
Unicode::STATUS_ERROR |
constant |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Indicates an error during check for PHP unicode support. |
Unicode::validateUtf8 |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Checks whether a string is valid UTF-8. |
XmlEncoderTest::setUp |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
path_processor_decode |
service |
drupal/core/core.services.yml |
Drupal\Core\PathProcessor\PathProcessorDecode |
DRUPAL_BOOTSTRAP_CODE |
constant |
drupal/core/includes/bootstrap.inc |
Eighth bootstrap phase: load code for subsystems and modules. |
CachedStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
Response::$statusCode |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
|
CachedStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
Field::field_langcode |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Return the language code of the language the field should be displayed in,
according to the settings. |
serializer.encoder.hal |
service |
drupal/core/modules/hal/hal.services.yml |
Drupal\hal\Encoder\JsonEncoder |
QueryString::urlEncode |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Returns an array of url encoded field names and values |
SerializerAwareEncoder |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php |
SerializerAware Encoder implementation |
JsonEncode::$lastError |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncode.php |
|
XmlEncoder::appendText |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
|
XmlEncoder::appendNode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Selects the type of node to create and appends it to the parent. |
JsonDecode::$lastError |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
|
Unicode::convertToUtf8 |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Converts data to UTF-8. |
Unicode::truncateBytes |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Truncates a UTF-8-encoded string safely to a number of bytes. |
_drupal_bootstrap_code |
function |
drupal/core/includes/common.inc |
Loads code for subsystems and modules, and registers stream wrappers. |
JsonEncoderTest::setUp |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php |
|
String::decodeEntities |
function |
drupal/core/lib/Drupal/Component/Utility/String.php |
Decodes all HTML entities including numerical ones to regular UTF-8 bytes. |
PHP_CodeCoverage::stop |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Stop collection of code coverage information. |
CustomBlock::$langcode |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block language code. |
serializer.encoder.xml |
service |
drupal/core/modules/serialization/serialization.services.yml |
Drupal\serialization\Encoder\XmlEncoder |
QueryString::$urlEncode |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
|
UnicodeTest::testStatus |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::getStatus() and Unicode::setStatus(). |
ChainEncoder::$encoders |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
|
UnicodeTest::testStrlen |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::strlen(). |
QueryString::encodeData |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Url encode parameter data. |
UnicodeTest::testSubstr |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::substr(). |
JsonEncode::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncode.php |
|
PHP_CodeCoverage_Driver |
interface |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Driver.php |
Interface for code coverage drivers. |
XmlEncoder::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Construct new XmlEncoder and allow to change the root node element name. |
PHP_CodeCoverage_Filter |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Filter.php |
Filter for blacklisting and whitelisting of code coverage information. |
Response::getStatusCode |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the response status code |
XmlEncoder::appendCData |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
|
JsonDecode::$serializer |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
|
JsonDecode::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
Constructs a new JsonDecode instance. |
PathProcessorDecode.php |
file |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php |
Contains Drupal\Core\PathProcessor\PathProcessorDecode. |
LocaleLookup::$langcode |
property |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
A language code. |