You are here

function emimage_custom_url_image_url in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emimage/providers/custom_url.inc \emimage_custom_url_image_url()

This function is an implementation of the emimage_PROVIDER_image_url()

Parameters

$code The code of the image: @param $data Any stored data for the image, which may already have the title @return The url directly to the image to display

File

contrib/emimage/providers/custom_url.inc, line 122

Code

function emimage_custom_url_image_url($code, $data) {
  return $code;
}