function _emimage_custom_url_get_domain_server in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/providers/custom_url.inc \_emimage_custom_url_get_domain_server()
1 call to _emimage_custom_url_get_domain_server()
- emimage_custom_url_data in contrib/
emimage/ providers/ custom_url.inc - This function will get additional information of the image source input by the end user. It will also use a helper function to validate the source of the image.
File
- contrib/
emimage/ providers/ custom_url.inc, line 68
Code
function _emimage_custom_url_get_domain_server($url) {
return _emimage_custom_url_get_domain_helper($url);
}