You are here

function bean_types_hook_name in Bean (for Drupal 7) 7

Define the name of the api hook

File

./bean.module, line 910
Block Entity

Code

function bean_types_hook_name() {
  return 'bean_types_api_info';
}