Problem/Motivation
By now, more than 80% of area and field plugins share the same code. We need to move this code to a separate service to improve it.
Steps to reproduce
Investigate ViewsBlockArea.php and ViewsBlockField.php files.
Proposed resolution
Create a ViewsBlockCreate service that will maintain all the shared logic.
Issue fork views_block_area-3416466
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
Comment #3
paulrad commentedComment #4
quadrexdevI checked it and added some comments in the MR.
Comment #5
paulrad commented@quadrexdev, thanks for your review!
Changes are merged.