clear_restype_cache()

Description

Force clear of restype_cache after editing resource type where get_resource_types() needs to pick up the new value.

Parameters

ColumnTypeDefaultDescription
void :

Location

include/config_functions.php lines 1692 to 1698

Definition

 
function clear_restype_cache() : void
    
{
    if(isset(
$GLOBALS["restype_cache"]))
        {
        unset(
$GLOBALS["restype_cache"]);
        }
    }

This article was last updated 6th April 2025 09:35 Europe/London time based on the source file dated 2nd April 2025 14:45 Europe/London time.