πŸ‡²πŸ‡¦Morocco @filalianas7

Account created on 29 September 2016, over 7 years ago
#

Recent comments

πŸ‡²πŸ‡¦Morocco filalianas7

After receiving a request to retrieve the most viewed nodes per language, I endeavored to enhance the module's functionality by incorporating language support. To achieve this, I aimed to override the records_manager service using a custom class within a custom module. Additionally, I intended to augment the nodeviewcount table by introducing a new langcode column.

However, I encountered an obstacle as the NodeViewCountController constructor explicitly requires a first argument of type "\Drupal\nodeviewcount\NodeViewCountRecordsManager" and was thus unable to proceed with the modifications as planned.

That's why I thought it would be helpful if we can change this by switching the argument type from the class NodeViewCountRecordsManager to NodeViewCountRecordsManagerInterface ?

An initial patch has been uploaded for a starter point.

Production build 0.69.0 2024