Problem/Motivation

In #3252386: Use PHP attributes instead of doctrine annotations we added support for attribute based plugin discovery.
As part of that issue we converted block and action plugins.

This issue is to convert \Drupal\views\Annotation\ViewsRelationshipplugins to use Attributes.

Proposed resolution

  1. Add a class to represent the new Attribute - Example
  2. Update the plugin manager constructor to include both the attribute and annotation class names - example
  3. Convert all plugins that use the annotation to use the new attribute - example

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Issue fork drupal-3426956

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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mstrelan created an issue. See original summary.

mstrelan’s picture

Status: Active » Postponed

Postponed on #3426955: Convert ViewsField plugin discovery to attributes which has the required changes to ViewsHandlerManager.

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

sorlov’s picture

Status: Postponed » Needs review
smustgrave’s picture

Status: Needs review » Needs work

Appears to have a test failure, may need a rebase

smustgrave’s picture

Status: Needs work » Reviewed & tested by the community
Issue tags: +Needs Review Queue Initiative

Had some bandwidth and rebased which resolved the test failure and MR wasn't in draft so went ahead and reviewed.

Searching core all 5 instances of @ViewsRelationship have been replaced

alexpott’s picture

Version: 11.x-dev » 10.3.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 27b07de8bb to 11.x and b6ef30f27b to 10.3.x. Thanks!

  • alexpott committed b6ef30f2 on 10.3.x
    Issue #3426956 by sorlov, mstrelan, smustgrave: Convert...

  • alexpott committed 27b07de8 on 11.x
    Issue #3426956 by sorlov, mstrelan, smustgrave: Convert...

Status: Fixed » Closed (fixed)

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