You are here

function block_features_api in Features 7

Same name and namespace in other branches
  1. 6 includes/features.block.inc \block_features_api()
  2. 7.2 includes/features.block.inc \block_features_api()

Implements hook_features_api().

File

includes/features.block.inc, line 6

Code

function block_features_api() {
  return array();
}