function oembedprovider_hook_info in oEmbed 7.0
Same name and namespace in other branches
- 8 modules/oembedprovider/oembedprovider.module \oembedprovider_hook_info()
- 7 modules/oembedprovider/oembedprovider.module \oembedprovider_hook_info()
Implements hook_hook_info().
Return value
string
File
- oembedprovider/
oembedprovider.module, line 24 - Module for providing content as defined in the oEmbed specification
Code
function oembedprovider_hook_info() {
$hooks['oembedprovider_formats_alter'] = array(
'group' => 'oembed',
);
}