You are here

protected property BooleanNormalizer::$supportedInterfaceOrClass in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php \Drupal\test_datatype_boolean_emoji_normalizer\Normalizer\BooleanNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php, line 17

Class

BooleanNormalizer
Normalizes boolean data weirdly: renders them as 👍 (TRUE) or 👎 (FALSE).

Namespace

Drupal\test_datatype_boolean_emoji_normalizer\Normalizer

Code

protected $supportedInterfaceOrClass = BooleanData::class;