You are here

function oembedcore_preset_new in oEmbed 6.0

Create a new preset with defaults appropriately set from schema.

File

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

Code

function oembedcore_preset_new() {
  ctools_include('export');
  return ctools_export_new_object('oembedcore_preset');
}