Problem/Motivation
The Metatag v1 fixture file (d8_metatag_v1.php) includes serialized objects for the following values:
- key_value -> entity.definitions.installed / metatag_defaults.entity_type
- key_value -> entity.definitions.installed / node.field_storage_definitions
Proposed resolution
Work out a better way of handling this.
Remaining tasks
Work out a better way of handling this.
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Comments
Comment #2
damienmckennaFWIW replacing the NUL characters as
' . "\0" . 'seems to work, but there might be a better way.Comment #3
damienmckennaComment #6
damienmckennaI made some changes via direct commits, as the fixture file was considered a binary file.
Comment #7
damienmckennaWith this change we can now work reliably on the fixture file as a text file, git recognizes it as a text file again. Woot!