Function __global->cms_version_branch_status

Definitions

sources/version.php

  • Find the status of this branch version.NB: Developers should also edit is_release_discontinued if setting this to VERSION_EOL.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • A VERSION_* constant
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the status of this branch version.NB: Developers should also edit is_release_discontinued if setting this to VERSION_EOL.
 *
 * @return string A VERSION_* constant
 */

function cms_version_branch_status() : string