Create a module to display a Drupal view

Job ID: 35583700

Budget: ₹1,500 – ₹12,500 INR

1. We have a content type called 'Article'.
There is a field in it called 'article_id' which is an integer field.
We have another content type called 'Review'.
There is a field in it called 'article_reference' which is a reference field which can reference 1 article.
2. Create a view that displays 'Review' content.
Add in the 'article_reference' field.
In the place where it displays article reference, we need to display the article title.
3. Create a custom module that when enabled will have the 'view' which will display the article reference as article title.
Related categories: PHP Drupal