Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| serialization.json | service | core/ |
Drupal\Component\Serialization\Json |
| serialization.module | file | core/ |
Provides a service for (de)serializing data to/from formats such as JSON and XML. |
| serialization.normalizer.field | service | core/ |
Drupal\serialization\Normalizer\FieldNormalizer |
| serialization.normalizer.field_item | service | core/ |
Drupal\serialization\Normalizer\FieldItemNormalizer |
| serialization.phpserialize | service | core/ |
Drupal\Component\Serialization\PhpSerialize |
| serialization.schema.yml | file | core/ |
core/modules/serialization/config/schema/serialization.schema.yml |
| serialization.services.yml | file | core/ |
core/modules/serialization/serialization.services.yml |
| serialization.settings.yml | file | core/ |
core/modules/serialization/config/install/serialization.settings.yml |
| serialization.user_route_alter_subscriber | service | core/ |
Drupal\serialization\EventSubscriber\UserRouteAlterSubscriber |
| serialization.yaml | service | core/ |
Drupal\Component\Serialization\Yaml |
| SerializationInterface | interface | core/ |
Defines an interface for serialization formats. |
| SerializationInterface.php | file | core/ |
|
| SerializationInterface::decode | function | core/ |
Decodes data from the serialization format. |
| SerializationInterface::encode | function | core/ |
Encodes data into the serialization format. |
| SerializationInterface::getFileExtension | function | core/ |
Gets the file extension for this serialization format. |
| SerializationServiceProvider | class | core/ |
Serialization dependency injection container. |
| SerializationServiceProvider.php | file | core/ |
|
| SerializationServiceProvider::register | function | core/ |
Registers services to the container. |
| SerializationTest | class | core/ |
Functional tests for serialization system. |
| SerializationTest.php | file | core/ |
|
| SerializationTest::$modules | property | core/ |
Modules to enable. |
| SerializationTest::$serializer | property | core/ |
The serializer service to test. |
| SerializationTest::setUp | function | core/ |
|
| SerializationTest::testSerializerComponentRegistration | function | core/ |
Confirms that modules can register normalizers and encoders. |
| 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/ |
|
| SerializationTestNormalizer | class | core/ |
|
| SerializationTestNormalizer.php | file | core/ |
|
| SerializationTestNormalizer::$format | property | core/ |
The format that this Normalizer supports. |
| SerializationTestNormalizer::normalize | function | core/ |
Normalizes an object into a set of arrays/scalars. |
| SerializationTestNormalizer::supportsNormalization | function | core/ |
Checks whether format is supported by this normalizer. |
| serialization_help | function | core/ |
Implements hook_help(). |
| serialization_requirements | function | core/ |
Implements hook_requirements(). |
| serialization_test.info.yml | file | core/ |
core/modules/serialization/tests/serialization_test/serialization_test.info.yml |
| serialization_test.services.yml | file | core/ |
core/modules/serialization/tests/serialization_test/serialization_test.services.yml |
| serialization_update_8301 | function | core/ |
|
| serialization_update_8302 | function | core/ |
Add serialization.settings::bc_primitives_as_strings configuration. |
| serialization_update_8401 | function | core/ |
Enable BC for timestamp formatting: continue to return UNIX timestamps. |
| Serialized | class | core/ |
Field handler to show data of serialized fields. |
| Serialized.php | file | core/ |
|
| Serialized::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
| Serialized::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Serialized::render | function | core/ |
Renders the field. |
| Serialized::validateOptionsForm | function | core/ |
Validate the options form. |
| SerializedColumnNormalizerTrait | trait | core/ |
A trait providing methods for serialized columns. |
| SerializedColumnNormalizerTrait.php | file | core/ |
|
| SerializedColumnNormalizerTrait::checkForSerializedStrings | function | core/ |
Checks if there is a serialized string for a column. |
Pagination
- Previous page
- Page 1093
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.