You are here

function boxes_types_hook_name in Boxes 7.2

Define the name of the api hook

File

./boxes.module, line 701

Code

function boxes_types_hook_name() {
  return 'boxes_types_api_info';
}