Skip to content

Fix PccArticleApi initialize error

Latest
Compare
Choose a tag to compare
@renjithvwarrier renjithvwarrier released this 30 Jan 16:51
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.