Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello Dear Experts,
I am new in Drupal 8 so Could someone please help me how to write a query that can give me multiple images urls for a node in Drupal 8. Then I want to send it to a twig theme to style them.
here is a part of my code that i have written so maybe someone can help me to modify it:
I have created one custom module and created one block inside it.
I want to render the same block in one of my content type template.
Below mentioned code i have written in .theme file under hook_prepossess_node()