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 |
---|---|---|---|
rest_test.encoder.foobar | service | core/ |
Drupal\serialization\Encoder\JsonEncoder |
SerializationInterface::encode | function | core/ |
Encodes data into the serialization format. |
SerializationTestEncoder | class | core/ |
|
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/ |
|
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/ |
|
UrlEncodeTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\process\UrlEncode @group file |
UrlEncodeTest.php | file | core/ |
|
UrlEncodeTest::$migrationConfiguration | property | core/ |
|
UrlEncodeTest::doTransform | function | core/ |
Perform the urlencode process plugin over the given value. |
UrlEncodeTest::testUrls | function | core/ |
Cover various encoding scenarios. @dataProvider urlDataProvider |
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/ |
@coversDefaultClass \Drupal\serialization\Encoder\XmlEncoder @group serialization |
XmlEncoderTest.php | file | core/ |
|
XmlEncoderTest::$baseEncoder | property | core/ |
|
XmlEncoderTest::$encoder | property | core/ |
The XmlEncoder instance. |
XmlEncoderTest::$testArray | property | core/ |
An array of test data. |
XmlEncoderTest::setUp | function | core/ |
|
XmlEncoderTest::testDecode | function | core/ |
Tests the decode() method. |
XmlEncoderTest::testDefaultEncoderHasSerializer | function | core/ |
@covers ::getBaseEncoder |
XmlEncoderTest::testEncode | function | core/ |
Tests the encode() method. |
XmlEncoderTest::testSupportsDecoding | function | core/ |
Tests the supportsDecoding() method. |
XmlEncoderTest::testSupportsEncoding | function | core/ |
Tests the supportsEncoding() method. |
Yaml::encode | function | core/ |
|
YamlPecl::encode | function | 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.