You are here

function oembedcore_provider_load_all in oEmbed 6.0

Load all providers.

2 calls to oembedcore_provider_load_all()
oembedcore_providers in ./oembedcore.module
Returns all the registered providers, or the providers for a specific host.
oembedcore_provider_list in ./oembedcore.module
Lists all available providers.

File

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

Code

function oembedcore_provider_load_all() {
  ctools_include('export');
  return ctools_export_load_object('oembedcore_provider');
}