Serializer |
class |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
The style plugin for serialized output formats. |
serializer |
service |
drupal/core/modules/serialization/serialization.services.yml |
Symfony\Component\Serializer\Serializer |
Serialized |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Serialized.php |
Field handler to show data of serialized fields. |
Serializer |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Serializer serializes and deserializes data |
Serializer.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
|
SerializerTest |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
Serializer.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
Contains \Drupal\rest\Plugin\views\style\Serializer. |
Serialized.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Serialized.php |
Definition of Drupal\views\Plugin\views\field\Serialized. |
Field::serialize |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
|
menu_unserialize |
function |
drupal/core/includes/menu.inc |
Unserializes menu data, using a map to replace path elements. |
Route::serialize |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Kernel::serialize |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
|
Serializer::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Decodes a string into PHP data. |
Serializer::create |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
Creates an instance of the plugin. |
Serializer::render |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
Render the display in this style. |
Field::unserialize |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
|
SerializeQueryTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SerializeQueryTest.php |
Tests query serialization. |
SerializerTest.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
Serialized::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Serialized.php |
Render the field. |
Route::unserialize |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Serializer::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Encodes data into the given format |
StyleSerializerTest |
class |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Tests the serializer style plugin. |
Kernel::unserialize |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
|
SerializerInterface |
interface |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php |
Defines the interface of the Serializer |
Serializer::$formats |
property |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
The available serialization formats. |
filter_dom_serialize |
function |
drupal/core/modules/filter/filter.module |
Converts a DOM object back to an HTML snippet. |
Serializer::$encoder |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
|
Serializer::$decoder |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
|
Connection::serialize |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
|
Serializer::serialize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Serializes data in the appropriate format |
Serializer::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Normalizes an object into a set of arrays/scalars |
serializer.encoder.hal |
service |
drupal/core/modules/hal/hal.services.yml |
Drupal\hal\Encoder\JsonEncoder |
SerializerAwareEncoder |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php |
SerializerAware Encoder implementation |
Serializer::getFormats |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
Gets a list of all available formats that can be requested. |
SerializeQueryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SerializeQueryTest.php |
Definition of Drupal\system\Tests\Database\SerializeQueryTest. |
serializer.encoder.xml |
service |
drupal/core/modules/serialization/serialization.services.yml |
Drupal\serialization\Encoder\XmlEncoder |
DrupalKernel::serialize |
function |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
|
Serializer::$serializer |
property |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
The serializer which serializes the views result. |
Serializer::__construct |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
Constructs a Plugin object. |
JsonDecode::$serializer |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
|
SerializerInterface.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php |
|
Connection::unserialize |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
|
StyleSerializerTest.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Contains \Drupal\rest\Tests\Views\StyleSerializerTest. |
serializer.encoder.json |
service |
drupal/core/modules/serialization/serialization.services.yml |
Drupal\serialization\Encoder\JsonEncoder |
Serializer::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
|
Serializer::deserialize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Deserializes data into the given type. |
Serializer::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Denormalizes data back into an object of the given class |
FieldInstance::serialize |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
|
DataCollector::serialize |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollector.php |
|
SerializerAwareInterface |
interface |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerAwareInterface.php |
Defines the interface of encoders |