| 
            JsonDecode           | 
                  
            class           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php           | 
                  
            Decodes JSON data           | 
              
          
                  | 
            ChainDecoder           | 
                  
            class           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
            Decoder delegating the decoding to a chain of decoders.           | 
              
          
                  | 
            JsonDecode.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php           | 
                  
                       | 
              
          
                  | 
            decode_entities           | 
                  
            function           | 
                  
            drupal/core/includes/unicode.inc           | 
                  
            Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes.           | 
              
          
                  | 
            ChainDecoder.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
                       | 
              
          
                  | 
            DecoderInterface           | 
                  
            interface           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php           | 
                  
            Defines the interface of decoders           | 
              
          
                  | 
            drupal_json_decode           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Converts an HTML-safe JSON string into its PHP equivalent.           | 
              
          
                  | 
            mime_header_decode           | 
                  
            function           | 
                  
            drupal/core/includes/unicode.inc           | 
                  
            Complement to mime_header_encode           | 
              
          
                  | 
            XmlEncoder::decode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php           | 
                  
            Decodes a string into PHP data           | 
              
          
                  | 
            JsonDecode::decode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php           | 
                  
            Decodes a JSON string into PHP data           | 
              
          
                  | 
            Serializer::decode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php           | 
                  
            Decodes a string into PHP data           | 
              
          
                  | 
            FileStorage::decode           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Config/FileStorage.php           | 
                  
            Implements Drupal\Core\Config\StorageInterface::decode().           | 
              
          
                  | 
            _mime_header_decode           | 
                  
            function           | 
                  
            drupal/core/includes/unicode.inc           | 
                  
            Helper function to mime_header_decode           | 
              
          
                  | 
            JsonEncoder::decode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php           | 
                  
            Decodes a string into PHP data           | 
              
          
                  | 
            NullStorage::decode           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Config/NullStorage.php           | 
                  
            Implements Drupal\Core\Config\StorageInterface::decode().           | 
              
          
                  | 
            DecoderInterface.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php           | 
                  
                       | 
              
          
                  | 
            ChainDecoder::decode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
            Decodes a string into PHP data           | 
              
          
                  | 
            Serializer::$decoder           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php           | 
                  
                       | 
              
          
                  | 
            CachedStorage::decode           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Config/CachedStorage.php           | 
                  
            Implements Drupal\Core\Config\StorageInterface::decode().           | 
              
          
                  | 
            JsonDecode::$lastError           | 
                  
            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           | 
                  
                       | 
              
          
                  | 
            DatabaseStorage::decode           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php           | 
                  
            Implements Drupal\Core\Config\StorageInterface::decode().           | 
              
          
                  | 
            ChainDecoder::$decoders           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
                       | 
              
          
                  | 
            _drupal_decode_exception           | 
                  
            function           | 
                  
            drupal/core/includes/errors.inc           | 
                  
            Decodes an exception and retrieves the correct caller.           | 
              
          
                  | 
            JsonDecode::$associative           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php           | 
                  
                       | 
              
          
                  | 
            JsonDecode::getLastError           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php           | 
                  
            Returns the last decoding error (if any)           | 
              
          
                  | 
            DecoderInterface::decode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php           | 
                  
            Decodes a string into PHP data           | 
              
          
                  | 
            StorageInterface::decode           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Config/StorageInterface.php           | 
                  
            Decodes configuration data from the storage-specific format.           | 
              
          
                  | 
            ChainDecoder::getDecoder           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
            Gets the decoder supporting the format.           | 
              
          
                  | 
            PackerFilter::$fastDecode           | 
                  
            property           | 
                  
            drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php           | 
                  
                       | 
              
          
                  | 
            ChainDecoder::__construct           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
                       | 
              
          
                  | 
            XmlEncoderTest::testDecode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php           | 
                  
                       | 
              
          
                  | 
            SerializerTest::testDecode           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php           | 
                  
                       | 
              
          
                  | 
            PackerFilter::setFastDecode           | 
                  
            function           | 
                  
            drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php           | 
                  
                       | 
              
          
                  | 
            UrlGenerator::$decodedChars           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php           | 
                  
            This array defines the characters (besides alphanumeric ones) that will not be percent-encoded in the path segment of the generated URL.           | 
              
          
                  | 
            JsonDecode::$recursionDepth           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php           | 
                  
                       | 
              
          
                  | 
            UriTemplate::decodeReserved           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php           | 
                  
            Removes percent encoding on reserved characters (used with + and # modifiers)           | 
              
          
                  | 
            JsonDecode::supportsDecoding           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php           | 
                  
            Checks whether the serializer can decode from given format           | 
              
          
                  | 
            UrlMatcherTest::testDecodeOnce           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            ChainDecoder::$decoderByFormat           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
                       | 
              
          
                  | 
            ChainDecoder::supportsDecoding           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php           | 
                  
            Checks whether the serializer can decode from given format           | 
              
          
                  | 
            XmlEncoderTest::testDecodeArray           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php           | 
                  
                       | 
              
          
                  | 
            XmlEncoderTest::testDecodeScalar           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php           | 
                  
                       | 
              
          
                  | 
            DecoderInterface::supportsDecoding           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php           | 
                  
            Checks whether the serializer can decode from given format           | 
              
          
                  | 
            UnicodeUnitTest::testDecodeEntities           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php           | 
                  
            Test decode_entities().           | 
              
          
                  | 
            ExceptionController::decodeException           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/ExceptionController.php           | 
                  
            This method is a temporary port of _drupal_decode_exception().           | 
              
          
                  | 
            XmlEncoderTest::testDecodeRootAttributes           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php           | 
                  
                       | 
              
          
                  | 
            PathSubscriber::onKernelRequestDecodePath           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php           | 
                  
            Decodes the path of the request.           | 
              
          
                  | 
            DerivativeDiscoveryDecorator::decodePluginId           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php           | 
                  
            Decodes derivative id and plugin id from a string.           | 
              
          
                  | 
            XmlEncoderTest::testDecodeScalarWithAttribute           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php           | 
                  
                       |