You are here

file_mdm.install in File metadata manager 8.2

Provides a service to manage file metadata.

File

file_mdm.install
View source
<?php

/**
 * @file
 * Provides a service to manage file metadata.
 */

/**
 * Clear caches to discover service changes.
 */
function file_mdm_update_8200() {

  // Empty function.
}

Functions

Namesort descending Description
file_mdm_update_8200 Clear caches to discover service changes.