function NullNormalizer::__construct

Constructs a NullNormalizer object.

Parameters

string|array $supported_interface_of_class: The supported interface(s) or class(es).

File

core/modules/serialization/src/Normalizer/NullNormalizer.php, line 16

Class

NullNormalizer
Null normalizer.

Namespace

Drupal\serialization\Normalizer

Code

public function __construct($supported_interface_of_class) {
  $this->supportedInterfaceOrClass = $supported_interface_of_class;
}

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