ExternalNormalizersTest::VALUE_OVERRIDDEN

Same name and namespace in other branches
  1. 8.9.x core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php \Drupal\Tests\jsonapi\Functional\ExternalNormalizersTest::VALUE_OVERRIDDEN
  2. 10 core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php \Drupal\Tests\jsonapi\Functional\ExternalNormalizersTest::VALUE_OVERRIDDEN
  3. 11.x core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php \Drupal\Tests\jsonapi\Functional\ExternalNormalizersTest::VALUE_OVERRIDDEN

The expected overridden value for the test field.

See also

\Drupal\jsonapi_test_field_type\Normalizer\StringNormalizer

\Drupal\jsonapi_test_data_type\Normalizer\StringNormalizer

File

core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php, line 42

Class

ExternalNormalizersTest
Asserts external normalizers are handled as expected by the JSON:API module.

Namespace

Drupal\Tests\jsonapi\Functional

Code

const VALUE_OVERRIDDEN = 'Llamas are NOT awesome!';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.