Problem/Motivation

In #2945817: Support JSON API, REST, GraphQL and custom normalizations via new computed field new plugins were added to manage the JSON API output. As a result the old normalizers were no longer needed.

Proposed resolution

Deprecate the following:
* src/MetatagServiceProvider.php
* src/Normalizer/MetatagHalNormalizer.php
* src/Normalizer/MetatagNormalizer.php

Remaining tasks

Do the stuff.

User interface changes

n/a

API changes

These classes are removed:
* src/MetatagServiceProvider.php
* src/Normalizer/MetatagHalNormalizer.php
* src/Normalizer/MetatagNormalizer.php

Data model changes

n/a

CommentFileSizeAuthor
#2 metatag-n3362760-2.patch1.45 KBdamienmckenna

Comments

DamienMcKenna created an issue. See original summary.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new1.45 KB

Deprecate the classes, point to the change notice.

  • DamienMcKenna committed 4af6823e on 8.x-1.x
    Issue #3362760 by DamienMcKenna: Deprecate normalization plugins.
    

  • DamienMcKenna committed f976f41c on 2.0.x
    Issue #3362760 by DamienMcKenna: Deprecate normalization plugins.
    
damienmckenna’s picture

Status: Needs review » Fixed

Committed.

damienmckenna’s picture

Assigned: damienmckenna » Unassigned

Status: Fixed » Closed (fixed)

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