passing a parameter from a content type to a module
问题 I assumed this would be easy but I am stumped. I have a custom content type that includes an id field. I render these with a basic page template. I have written a small module that creates a block which is populated with data from an external API. Everything works except I cannot seem to figure out how to pass the value of the id from the content of a given page to my module so it can make the API call. It would be a couple of lines of code in straight php, it can't be that complicated in