oembedprovider.admin.inc in oEmbed 8
Same filename and directory in other branches
OEmbed Endpoint admin pages.
File
modules/oembedprovider/oembedprovider.admin.incView source
<?php
/**
* @file
* OEmbed Endpoint admin pages.
*/
/**
* oEmbed admin settings page callback.
*/
function oembedprovider_settings() {
$form = array();
return system_settings_form($form);
}
Functions
Name | Description |
---|---|
oembedprovider_settings | oEmbed admin settings page callback. |