You are here

constant FE_BLOCK_VERSION in Features Extra 7

Version number for the current fe_block export definition.

2 uses of FE_BLOCK_VERSION
fe_block_settings_features_export_render in fe_block/fe_block.module
Implements hook_features_export_render().
_fe_block_settings_convert in fe_block/fe_block.module
Helper function to convert an older export into the new format.

File

fe_block/fe_block.module, line 11
Provide features components for exporting core blocks and settings.

Code

define('FE_BLOCK_VERSION', '2.0');