You are here

function hook_box_types_api_info in Boxes 7.2

Implements hook_box_types_api_info().

Tell the boxes module that you are implemented a plugin and which version of the API are you using.

THIS IS REQUIRED

File

./boxes.api.php, line 11

Code

function hook_box_types_api_info() {
  return array(
    'api' => 6,
  );
}