Better Normalizers
4,502 sites
No security coverage
This module enhances Drupal's data normalization capabilities. It adds a file normalizer that base64 encodes file data and a menu link content normalizer that embeds dependencies on target entities using UUIDs.
Current modifications to core normalizers:
- A file normalizer that base64 encodes data, taken from file_entity.
- A menu link content normalizer which embeds dependencies on target entity, by UUID, when applicable.