NormalizableInterface::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php |
Normalizes the object into an array of scalars|arrays. |
GetSetMethodNormalizer::supports |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks if the given class has any get{Property} method. |
NormalizerTestBase::$entityClass |
property |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizerTestBase.php |
The class name of the test class. |
ComplexDataNormalizer::normalize |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/ComplexDataNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize(). |
FieldItemNormalizer::denormalize |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize() |
serializer.normalizer.typed_data |
service |
drupal/core/modules/serialization/serialization.services.yml |
Drupal\serialization\Normalizer\TypedDataNormalizer |
file_stream_wrapper_uri_normalize |
function |
drupal/core/includes/file.inc |
Normalizes a URI by making it syntactically correct. |
GetSetMethodNormalizer::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Normalizes an object into a set of arrays/scalars |
GetSetMethodNormalizerTest::setUp |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php |
|
DenormalizeTest::testTypeHandling |
function |
drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php |
Tests that the type link relation in incoming data is handled correctly. |
EntityReferenceItemNormalizer.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php |
Contains \Drupal\hal\Normalizer\EntityReferenceItemNormalizer. |
EntityNormalizer::getTypedDataIds |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php |
Gets the typed data IDs for a type URI. |
NormalizerBase::setEntityResolver |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
Sets the entity resolver. |
FilterUnitTest::assertNoNormalized |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
DenormalizerInterface::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php |
Denormalizes data back into an object of the given class |
GetSetMethodNormalizer::$callbacks |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
|
serializer.normalizer.complex_data |
service |
drupal/core/modules/serialization/serialization.services.yml |
Drupal\serialization\Normalizer\ComplexDataNormalizer |
XssTest::testFilterXssNotNormalized |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Tests limiting allowed tags and XSS prevention. |
GetSetMethodNormalizer::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Denormalizes data back into an object of the given class |
GetSetMethodNormalizer::isGetMethod |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks if a method's name is get.* and can be called without parameters. |
FieldItemNormalizer::constructValue |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php |
Build the field item value using the incoming data. |
CustomNormalizerTest::testSerialize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
serializer.normalizer.field_item.hal |
service |
drupal/core/modules/hal/hal.services.yml |
Drupal\hal\Normalizer\FieldItemNormalizer |
SerializerTest::testNormalizeNoMatch |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
GetSetMethodNormalizer::setCallbacks |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Set normalization callbacks |
DenormalizableInterface::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php |
Denormalizes the object back from an array of scalars|arrays. |
FieldNormalizer::normalizeFieldItems |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldNormalizer.php |
Helper function to normalize field items. |
SerializationTestNormalizer::$format |
property |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestNormalizer.php |
The format that this Normalizer supports. |
TestNormalizer::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php |
Checks whether the given class is supported for normalization by this normalizer |
NormalizerBase::supportsNormalization |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/NormalizerBase.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization(). |
CustomNormalizerTest::testDeserialize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
NormalizerBase::supportsNormalization |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization(). |
SerializerTest::testDenormalizeNoMatch |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
SerializerAwareNormalizer::$serializer |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php |
|
EntitySerializationTest::testNormalize |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php |
Test the normalize function. |
EntityReferenceItemNormalizer::getUuid |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php |
Implements \Drupal\serialization\EntityResolver\UuidReferenceInterface::getUuid(). |
SerializationTestNormalizer::normalize |
function |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestNormalizer.php |
Normalizes an object into a set of arrays/scalars. |
NormalizableTraversableDummy::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/NormalizableTraversableDummy.php |
Normalizes the object into an array of scalars|arrays. |
GetSetMethodNormalizer::formatAttribute |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Format attribute name to access parameters or methods
As option, if attribute name is found on camelizedAttributes array
returns attribute name in camelcase format |
CustomNormalizer::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
Checks if the given class implements the NormalizableInterface. |
NormalizerBase::supportsDenormalization |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization() |
XssTest::providerTestFilterXssNormalized |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Data provider for testFilterXssNormalized(). |
XssTest::testFilterXssAdminNotNormalized |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Tests the loose, admin HTML filter. |
Twig_Node_Expression_Call::normalizeName |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Call.php |
|
SerializerTest::testNormalizeTraversable |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
SerializerAwareNormalizer::setSerializer |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php |
Sets the owning Serializer object |
EntityReferenceItemNormalizer::normalize |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize() |
serializer.normalizer.serialization_test |
service |
drupal/core/modules/serialization/tests/serialization_test/serialization_test.services.yml |
Drupal\serialization_test\SerializationTestNormalizer |
NormalizableTraversableDummy::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/NormalizableTraversableDummy.php |
Denormalizes the object back from an array of scalars|arrays. |
SerializerTest::testSerializeNoNormalizer |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\LogicException |