You are here

function oembedcore_provider_new in oEmbed 6.0

Create a new provider with defaults appropriately set from schema.

File

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

Code

function oembedcore_provider_new() {
  ctools_include('export');
  return ctools_export_new_object('oembedcore_provider');
}