Function Hook_addon_registry_filebased_persistent_caching->get_min_cms_version

Definitions

sources/hooks/systems/addon_registry/filebased_persistent_caching.php

  • Get the minimum required version of the website software needed to use this addon.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: float

Returns

  • Minimum required website software version
  • Type: float
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the minimum required version of the website software needed to use this addon.
 *
 * @return float Minimum required website software version
 */

public function get_min_cms_version() : float