Problem/Motivation

Currently, the field plugins are declared with Annotations. This is deprecated.

Proposed resolution

Use attributes.

Optionally, Consider dropping support for lover versions of Drupal.

Issue fork tzfield-3589249

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

miwayha created an issue. See original summary.

miwayha’s picture

Category: Bug report » Task
Issue summary: View changes
Status: Active » Needs review

I've updated the plugins to use attributes instead of annotations. Since annotations are only supported in core ^10.2, I've updated the minimum core requirements to be ^10.2 || ^11

mfb made their first commit to this issue’s fork.