kiyoh_rating
No security coverage
A Kiyoh rating module designed to help you with getting the ratings from the Kiyoh XML Feed.
There is a block available that you can place on your website, this block always makes usage of the kiyoh-rating-big template. This module provides no styling and just a little HTML.
The inline version only works with the theme render hook, here is a code example in a preprocess hook:
$variables['kiyoh_rating'] = [
'#theme' => 'kiyoh_rating_inline',
'#kiyoh_hash' => 'your_hash',
];