You are here

function oembedcore_preset_export in oEmbed 6.0

Export a preset

File

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

Code

function oembedcore_preset_export($preset, $indent = '') {
  ctools_include('export');
  $output = ctools_export_object('oembedcore_preset', $preset, $indent);
  return $output;
}