function SchematicNormalizerHelperTrait::checkFormat
File
-
core/
modules/ serialization/ src/ Normalizer/ SchematicNormalizerHelperTrait.php, line 39
Class
Namespace
Drupal\serialization\NormalizerCode
protected function checkFormat($format = NULL) {
if ($format === 'json_schema') {
return TRUE;
}
return parent::checkFormat($format);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.