oembed_providers.post_update.php in oEmbed Providers 1.0.x
Same filename and directory in other branches
Post update functions for oEmbed Providers.
File
oembed_providers.post_update.phpView 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
Name | 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. |