Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Fix PccArticleApi initialize error

Latest

Choose a tag to compare

@renjithvwarrier renjithvwarrier released this 30 Jan 16:51
· 4 commits to main since this release
1d3879f

Fixes

  1. The PccArticleApi constructor expects LoggerChannelFactoryInterface. Since this was not imported to the file, the Drupal auto wire which initializes this class could not pass the correct value and caused issues while setting up views. This has been imported and it is possible to create new Content Publisher views.