Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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.post_update.php | file | core/ |
Post update functions for Serialization module. |
| serialization.services.yml | file | core/ |
core/modules/serialization/serialization.services.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 install. |
| 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::getSupportedTypes | function | core/ |
|
| SerializationTestNormalizer::normalize | function | core/ |
|
| SerializationTestNormalizer::supportsNormalization | function | core/ |
|
| serialization_help | function | core/ |
Implements hook_help(). |
| serialization_removed_post_updates | function | core/ |
Implements hook_removed_post_updates(). |
| 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_last_removed | function | core/ |
Implements hook_update_last_removed(). |
| Serialized | class | core/ |
Field handler to show data of serialized fields. |
| Serialized.php | file | core/ |
|
| Serialized::buildOptionsForm | function | core/ |
Default option form that provides 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. |
| SerializedColumnNormalizerTrait::dataHasStringForSerializeColumn | function | core/ |
Checks if the data contains string value for serialize column. |
| SerializedColumnNormalizerTrait::getCustomSerializedPropertyNames | function | core/ |
Gets the names of all properties the plugin treats as serialized data. |
| SerializedColumnNormalizerTrait::getSerializedPropertyNames | function | core/ |
Gets the names of all serialized properties. |
| SerializedItem | class | core/ |
Defines the 'serialized_item' entity field type. |
Pagination
- Previous page
- Page 1153
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.