You are here

function profile_ctools_block_info in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 plugins/content_types/block/block.inc \profile_ctools_block_info()

File

plugins/content_types/block/block.inc, line 306
Provide Drupal blocks as content.

Code

function profile_ctools_block_info($module, $delta, &$info) {

  // Hide the author information block which isn't as rich as what we can
  // do with context.
  $info = NULL;
}