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

DamienMcKenna created an issue. See original summary.

damienmckenna’s picture

FWIW replacing the NUL characters as ' . "\0" . ' seems to work, but there might be a better way.

damienmckenna’s picture

  • DamienMcKenna committed 3690bd71 on 8.x-1.x
    Issue #3366285 by DamienMcKenna: Work out solution for binary data in...

  • DamienMcKenna committed 49c06a44 on 2.0.x
    Issue #3366285 by DamienMcKenna: Work out solution for binary data in...
damienmckenna’s picture

Status: Active » Fixed

I made some changes via direct commits, as the fixture file was considered a binary file.

damienmckenna’s picture

With this change we can now work reliably on the fixture file as a text file, git recognizes it as a text file again. Woot!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.