You are here

constant ExternalNormalizersTest::VALUE_OVERRIDDEN in Drupal 8

Same name and namespace in other branches
  1. 9 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!';