You are here

function resp_img_post_render in Responsive images and styles 7

Same name and namespace in other branches
  1. 7.2 resp_img.module \resp_img_post_render()
2 string references to 'resp_img_post_render'
resp_img_block_view_alter in ./resp_img.module
Implements hook_block_view_alter().
resp_img_entity_view_alter in ./resp_img.module
Implements hook_entity_view_alter().

File

./resp_img.module, line 358

Code

function resp_img_post_render($content, $element) {
  return _resp_img_replace($content);
}