Function __global->version_specific
Definitions
sources/upgrade_db_upgrade.php
- Version specific upgrading. These are things that are relatively major structural changes and therefore will get done outside the module upgrade system.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether we did something
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Version specific upgrading. These are things that are relatively major structural changes and therefore will get done outside the module upgrade system.
*
* @return boolean Whether we did something
*/
function version_specific() : bool
* Version specific upgrading. These are things that are relatively major structural changes and therefore will get done outside the module upgrade system.
*
* @return boolean Whether we did something
*/
function version_specific() : bool

