You are here

oembed_providers.post_update.php in oEmbed Providers 1.0.x

Post update functions for oEmbed Providers.

File

oembed_providers.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for oEmbed Providers.
 */

/**
 * Clear caches to discover new 'oembed_providers.invalidator' service.
 */
function oembed_providers_post_update_invalidator_service() {

  // No-op.
}

/**
 * Clear caches to discover new local task items.
 */
function oembed_providers_post_update_add_local_tasks() {

  // Empty post-update function.
}

Functions

Namesort descending Description
oembed_providers_post_update_add_local_tasks Clear caches to discover new local task items.
oembed_providers_post_update_invalidator_service Clear caches to discover new 'oembed_providers.invalidator' service.