drupal - getting all ImageFields associated with a node -


How do I get all the image fields associated with the content type on a full node without knowing the field names? Just out of curiosity, can we get all the fields of a specific type?

I am developing a module that requires image zones related to a specific node and I am using hook_node_view to obtain node data.

I have already seen the following post and it was very relevant but I was having difficulty understanding it.

This can be done by checking all the fields of your content type & amp; Check your "Type" field

If the field is an image then you can render it

Comments

Popular posts from this blog

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -