NormalizeTest |
class |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizeTest.php |
Test the HAL normalizer. |
normalize.css |
file |
drupal/core/misc/normalize/normalize.css |
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
==========================================================================… |
TestNormalizer |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php |
Provides a test Normalizer which only implements the NormalizerInterface. |
ListNormalizer |
class |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/ListNormalizer.php |
Converts list objects to arrays. |
NormalizerBase |
class |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/NormalizerBase.php |
Base class for Normalizers. |
NormalizerBase |
class |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
Base class for Normalizers. |
DenormalizeTest |
class |
drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php |
Test the HAL normalizer's denormalize function. |
FieldNormalizer |
class |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldNormalizer.php |
Converts the Drupal field structure to HAL array structure. |
Dummy::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php |
Normalizes the object into an array of scalars|arrays. |
CustomNormalizer |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
@author Jordi Boggiano <j.boggiano@seld.be> |
EntityNormalizer |
class |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php |
Converts the Drupal entity object structure to a HAL array structure. |
TestDenormalizer |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php |
Provides a test Normalizer which only implements the DenormalizerInterface. |
NormalizeTest.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizeTest.php |
Contains \Drupal\hal\Tests\NormalizeTest. |
Header::normalize |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
Normalize the header into a single standard header with an array of values |
ListNormalizer.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/ListNormalizer.php |
Contains \Drupal\serialization\Normalizer\ListNormalizer. |
NormalizerBase.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/NormalizerBase.php |
Contains \Drupal\serialization\Normalizer\NormalizerBase. |
Dummy::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php |
Denormalizes the object back from an array of scalars|arrays. |
NormalizerTestBase |
class |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/NormalizerTestBase.php |
|
NormalizerTestBase |
class |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizerTestBase.php |
Test the HAL normalizer. |
NormalizerBase.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
Contains \Drupal\hal\Normalizer\NormalizerBase. |
Url::normalizePath |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php |
Normalize the URL so that double slashes and relative paths are removed |
TestNormalizer.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php |
|
NormalizerInterface |
interface |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php |
Defines the interface of normalizers. |
TypedDataNormalizer |
class |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/TypedDataNormalizer.php |
Converts typed data objects to arrays. |
DenormalizeTest.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php |
Contains \Drupal\hal\Tests\DenormalizeTest. |
FieldNormalizer.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldNormalizer.php |
Contains \Drupal\hal\Normalizer\FieldNormalizer. |
FieldItemNormalizer |
class |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php |
Converts the Drupal field item object structure to HAL array structure. |
EntityNormalizer.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php |
Contains \Drupal\hal\Normalizer\EntityNormalizer. |
CustomNormalizerTest |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
CustomNormalizer.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
|
TestDenormalizer.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php |
|
DenormalizerInterface |
interface |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php |
Defines the interface of denormalizers. |
ComplexDataNormalizer |
class |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/ComplexDataNormalizer.php |
Converts the Drupal entity object structures to a normalized array. |
Serializer::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Normalizes an object into a set of arrays/scalars |
NormalizerTestBase.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/NormalizerTestBase.php |
|
ScalarDummy::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php |
Normalizes the object into an array of scalars|arrays. |
GetSetMethodNormalizer |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Converts between objects with getter and setter methods and arrays. |
NormalizeTest::getInfo |
function |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizeTest.php |
|
NormalizerTestBase.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizerTestBase.php |
Contains \Drupal\hal\Tests\NormalizerTestBase. |
TypedDataNormalizer.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/TypedDataNormalizer.php |
Contains \Drupal\serialization\Normalizer\TypedDataNormalizer. |
SearchQuery::$normalize |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Multiplier for the normalized search score. |
FieldItemNormalizer.php |
file |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php |
Contains \Drupal\hal\Normalizer\FieldItemNormalizer. |
NormalizerInterface.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php |
|
Serializer::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Denormalizes data back into an object of the given class |
ScalarDummy::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php |
Denormalizes the object back from an array of scalars|arrays. |
DenormalizeTest::getInfo |
function |
drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php |
|
NormalizerBase::$formats |
property |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
The formats that the Normalizer can handle. |
CustomNormalizerTest.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
Serializer::$normalizers |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
|
XssTest::assertNormalized |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |