Skip to content
Snippets Groups Projects

3454234: Restrict normalizers to custom_field data types.

3 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,6 +14,8 @@ use Drupal\serialization\Normalizer\FieldItemNormalizer;
*/
class EntityReferenceNormalizer extends FieldItemNormalizer {
protected $supportedInterfaceOrClass = 'Drupal\custom_field\Plugin\DataType\CustomFieldEntityReference';
/**
* The entity repository.
*
Loading