You are here

oembedprovider.admin.inc in oEmbed 8

Same filename and directory in other branches
  1. 7 modules/oembedprovider/oembedprovider.admin.inc

OEmbed Endpoint admin pages.

File

modules/oembedprovider/oembedprovider.admin.inc
View source
<?php

/**
 * @file
 * OEmbed Endpoint admin pages.
 */

/**
 * oEmbed admin settings page callback.
 */
function oembedprovider_settings() {
  $form = array();
  return system_settings_form($form);
}

Functions

Namesort descending Description
oembedprovider_settings oEmbed admin settings page callback.