Remove EntityReview plugin type

Created on 17 February 2024, 5 months ago
Updated 3 March 2024, 4 months ago

Problem/Motivation

Entity review plugins no longer contain any unique code other than getters. The three additional properties can be move into a single review plugin type.

API changes

  1. The \Drupal\reviewer\Attribute\EntityReview attribute is removed. Existing plugins must switch to implementing \Drupal\reviewer\Attribute\Review.
  2. The \Drupal\reviewer\Plugin\reviewer\Review\EntityReviewBase plugin is removed. Existing plugins which inherit from this class must switch to inheriting from \Drupal\reviewer\Plugin\reviewer\Review\ReviewBase.
πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States benabaird

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024