decode_entities |
function |
core/includes/unicode.inc |
Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. |
drupal_json_decode |
function |
core/includes/drupal.inc |
Converts an HTML-safe JSON string into its PHP equivalent. |
mime_header_decode |
function |
core/includes/unicode.inc |
Decodes MIME/HTTP encoded header values. |
_mime_header_decode |
function |
core/includes/unicode.inc |
Decodes encoded header data passed from mime_header_decode(). |
backdrop_json_decode |
function |
core/includes/common.inc |
Converts an HTML-safe JSON string into its PHP equivalent. |
ConfigFileStorage::decode |
function |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
_backdrop_decode_exception |
function |
core/includes/errors.inc |
Decodes an exception and retrieves the correct caller. |
backdrop_json_decode_unicode |
function |
core/includes/common.inc |
Decode Unicode characters in JSON strings. |
ConfigDatabaseStorage::decode |
function |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
ConfigStorageInterface::decode |
function |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
UnicodeUnitTest::testDecodeEntities |
function |
core/modules/simpletest/tests/unicode.test |
Test decode_entities(). |