Search for encode
- Search 7.x for encode
- Search 9.5.x for encode
- Search 8.9.x for encode
- Search 10.3.x for encode
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| path_encoded_test.info.yml | file | core/ |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml |
| path_encoded_test.routing.yml | file | core/ |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml |
| PhpassHashedPasswordBase::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
| PhpSerialize::encode | function | core/ |
Encodes data into the serialization format. |
| ReadOnlyStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| ReadOnlyStorageTest::testEncodeDecode | function | core/ |
Tests encode decode. |
| RecipeConfigStorageWrapper::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| RecipeConfigStorageWrapperTest::testEncode | function | core/ |
Test that we only use storage A's encode method. |
| RecipeOverrideConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_ENCODER_TAG | constant | core/ |
The service tag that only JSON:API encoders should use. |
| RegisterSerializationClassesCompilerPassTest::testEncoders | function | core/ |
Tests encoders. |
| rest_test.encoder.foobar | service | core/ |
Drupal\serialization\Encoder\JsonEncoder |
| SerializationInterface::encode | function | core/ |
Encodes data into the serialization format. |
| SerializationTestEncoder | class | core/ |
Serialization encoder used for testing. |
| SerializationTestEncoder.php | file | core/ |
|
| SerializationTestEncoder::$format | property | core/ |
The format that this Encoder supports. |
| SerializationTestEncoder::encode | function | core/ |
|
| SerializationTestEncoder::supportsEncoding | function | core/ |
|
| serializer.encoder.json | service | core/ |
Drupal\serialization\Encoder\JsonEncoder |
| serializer.encoder.jsonapi | service | core/ |
Drupal\jsonapi\Encoder\JsonEncoder |
| serializer.encoder.serialization_test | service | core/ |
Drupal\serialization_test\SerializationTestEncoder |
| serializer.encoder.xml | service | core/ |
Drupal\serialization\Encoder\XmlEncoder |
| StaticMenuLinkOverrides::encodeId | function | core/ |
Encodes the ID by replacing dots with double underscores. |
| StorageInterface::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| StorageReplaceDataWrapper::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| Tags::encode | function | core/ |
Encodes a tag string, taking care of special cases like commas and quotes. |
| UrlEncode | class | core/ |
URL-encodes the input value. |
| UrlEncode.php | file | core/ |
|
| UrlEncode::transform | function | core/ |
Performs the associated process. |
| UrlEncodeTest | class | core/ |
Tests Drupal\migrate\Plugin\migrate\process\UrlEncode. |
| UrlEncodeTest.php | file | core/ |
|
| UrlEncodeTest::$migrationConfiguration | property | core/ |
An array of migration configuration values. |
| UrlEncodeTest::doTransform | function | core/ |
Perform the urlencode process plugin over the given value. |
| UrlEncodeTest::testUrls | function | core/ |
Cover various encoding scenarios. |
| UrlEncodeTest::urlDataProvider | function | core/ |
The data provider for testing URL encoding scenarios. |
| UrlHelper::encodePath | function | core/ |
Encodes a Drupal path for use in a URL. |
| UrlHelperTest::providerTestEncodePath | function | core/ |
Provides data for self::testEncodePath(). |
| UrlHelperTest::testEncodePath | function | core/ |
Tests path encoding. |
| XmlEncoder | class | core/ |
Adds XML support for serializer. |
| XmlEncoder.php | file | core/ |
|
| XmlEncoder::$baseEncoder | property | core/ |
An instance of the Symfony XmlEncoder to perform the actual encoding. |
| XmlEncoder::$format | property | core/ |
The formats that this Encoder supports. |
| XmlEncoder::decode | function | core/ |
|
| XmlEncoder::encode | function | core/ |
|
| XmlEncoder::getBaseEncoder | function | core/ |
Gets the base encoder instance. |
| XmlEncoder::setBaseEncoder | function | core/ |
Sets the base encoder instance. |
| XmlEncoder::supportsDecoding | function | core/ |
|
| XmlEncoder::supportsEncoding | function | core/ |
|
| XmlEncoderTest | class | core/ |
Tests Drupal\serialization\Encoder\XmlEncoder. |
| XmlEncoderTest.php | file | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.