function oembedprovider_hook_info in oEmbed 8
Same name and namespace in other branches
- 7 modules/oembedprovider/oembedprovider.module \oembedprovider_hook_info()
- 7.0 oembedprovider/oembedprovider.module \oembedprovider_hook_info()
Implements hook_hook_info().
Return value
string
File
- modules/
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',
);
}