You are here

function oembedcore_preset_load_all in oEmbed 6.0

Load all presets.

3 calls to oembedcore_preset_load_all()
oembedcore_preset_list in ./oembedcore.module
Lists all available presets
oembedfield_field_formatter_info in ./oembedfield.module
Implementation of hook_field_formatter_info().
oembedfield_theme in ./oembedfield.module
Implementation of hook_theme().

File

./oembedcore.module, line 414
Core functionality for oEmbed

Code

function oembedcore_preset_load_all() {
  ctools_include('export');
  return ctools_export_load_object('oembedcore_preset');
}