constant FLIGHTPATH_VERSION
Search API
- 7.x bootstrap.inc FLIGHTPATH_VERSION
- 6.x bootstrap.inc FLIGHTPATH_VERSION
- 5.x bootstrap.inc FLIGHTPATH_VERSION
7 uses of FLIGHTPATH_VERSION
- fp_get_module_details in includes/
misc.inc - Simply returns the module's row from the modules table, if it exists.
- misc.inc in includes/
misc.inc - This file contains misc functions for FlightPath
- system.module in modules/
system/ system.module - system_modules_form in modules/
system/ system.module - This is the form which an admin may use to manage the modules in the system.
- system_status in modules/
system/ system.module - Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", );
File
- ./
bootstrap.inc, line 65 - This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.
Code
define('FLIGHTPATH_VERSION', '%FP_VERSION%')
