Search for decode

  1. Search 7.x for decode
  2. Search 9.5.x for decode
  3. Search 8.9.x for decode
  4. Search 10.3.x for decode
  5. Other projects
Title Object type File name Summary
ArgumentPluginBase::decodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Revert sanitized validator options.
CachedStorage::decode function core/lib/Drupal/Core/Config/CachedStorage.php Decodes configuration data from the storage-specific format.
CheckpointStorage::decode function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Decodes configuration data from the storage-specific format.
CheckpointStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::encode
@covers ::decode
DatabaseStorage::decode function core/lib/Drupal/Core/Config/DatabaseStorage.php Implements Drupal\Core\Config\StorageInterface::decode().
DerivativeDiscoveryDecorator::decodePluginId function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Decodes derivative id and plugin id from a string.
Error::decodeException function core/lib/Drupal/Core/Utility/Error.php Decodes an exception and retrieves the correct caller.
FileStorage::decode function core/lib/Drupal/Core/Config/FileStorage.php Decodes configuration data from the storage-specific format.
Html::decodeEntities function core/lib/Drupal/Component/Utility/Html.php Decodes all HTML entities including numerical ones to regular UTF-8 bytes.
HtmlTest::providerDecodeEntities function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Data provider for testDecodeEntities().
HtmlTest::testDecodeEntities function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests Html::decodeEntities().
HtmlTest::testDecodeEntitiesAndEscape function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests relationship between escaping and decoding HTML entities.
Json::decode function core/lib/Drupal/Component/Serialization/Json.php Decodes data from the serialization format.
LayoutRestTestBase::getDecodedContents function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Gets the decoded contents.
ManagedStorage::decode function core/lib/Drupal/Core/Config/ManagedStorage.php Decodes configuration data from the storage-specific format.
MemoryStorage::decode function core/lib/Drupal/Core/Config/MemoryStorage.php Decodes configuration data from the storage-specific format.
NullStorage::decode function core/lib/Drupal/Core/Config/NullStorage.php Decodes configuration data from the storage-specific format.
PathProcessorDecode class core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path by decoding the URL.
PathProcessorDecode.php file core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php
PathProcessorDecode::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path.
PhpSerialize::decode function core/lib/Drupal/Component/Serialization/PhpSerialize.php
ReadOnlyStorage::decode function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Decodes configuration data from the storage-specific format.
ReadOnlyStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::encode
@covers ::decode
RecipeConfigStorageWrapper::decode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Decodes configuration data from the storage-specific format.
RecipeConfigStorageWrapperTest::testDecode function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we only use storage A's decode method.
RecipeExtensionConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Decodes configuration data from the storage-specific format.
RecipeOverrideConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Decodes configuration data from the storage-specific format.
SerializationInterface::decode function core/lib/Drupal/Component/Serialization/SerializationInterface.php Decodes data from the serialization format.
StorageInterface::decode function core/lib/Drupal/Core/Config/StorageInterface.php Decodes configuration data from the storage-specific format.
StorageReplaceDataWrapper::decode function core/modules/config/src/StorageReplaceDataWrapper.php Decodes configuration data from the storage-specific format.
UrlGenerator::$decodedChars property core/lib/Drupal/Core/Routing/UrlGenerator.php Overrides characters that will not be percent-encoded in the path segment.
XmlEncoder::decode function core/modules/serialization/src/Encoder/XmlEncoder.php
XmlEncoderTest::testDecode function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php Tests the decode() method.
Yaml::decode function core/lib/Drupal/Component/Serialization/Yaml.php Decodes data from the serialization format.
YamlDiscovery::decode function core/lib/Drupal/Component/Discovery/YamlDiscovery.php Decode a YAML file.
YamlDiscovery::decode function core/lib/Drupal/Core/Discovery/YamlDiscovery.php Decode a YAML file.
YamlPecl::decode function core/lib/Drupal/Component/Serialization/YamlPecl.php Decodes data from the serialization format.
YamlPeclTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests decoding YAML node anchors.
YamlPeclTest::testEncodeDecode function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests encoding and decoding basic data structures.
YamlSymfony::decode function core/lib/Drupal/Component/Serialization/YamlSymfony.php Decodes data from the serialization format.
YamlSymfonyTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests decoding YAML node anchors.
YamlSymfonyTest::testDecodeObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Ensures that decoding PHP objects does not work in Symfony.
YamlSymfonyTest::testEncodeDecode function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests encoding and decoding basic data structures.
YamlTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests decoding YAML node anchors.
YamlTest::testDecodeObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Ensures that decoding PHP objects does not work in Symfony.
YamlTest::testEncodeDecode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests encoding and decoding basic data structures.
YamlTestBase::providerDecodeTests function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Some data that should be able to be deserialized.
YamlTestBase::providerEncodeDecodeTests function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Some data that should be able to be serialized.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.