function TestNormalizerBase::setSupportedInterfaceOrClass
Sets the protected supportedInterfaceOrClass property.
Parameters
string $supported_interface_or_class: The class name to set.
File
-
core/
modules/ serialization/ tests/ src/ Unit/ Normalizer/ NormalizerBaseTest.php, line 77
Class
- TestNormalizerBase
- Test class for NormalizerBase.
Namespace
Drupal\Tests\serialization\Unit\NormalizerCode
public function setSupportedInterfaceOrClass($supported_interface_or_class) {
$this->supportedInterfaceOrClass = $supported_interface_or_class;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.