You are here

function total_control_webform_content_type_admin_info in Total Control Admin Dashboard 6.2

Same name and namespace in other branches
  1. 7.2 plugins/content_types/webform.inc \total_control_webform_content_type_admin_info()

'Admin info' callback for the content type.

File

plugins/content_types/webform.inc, line 44
nodequeue.inc

Code

function total_control_webform_content_type_admin_info($subtype, $conf, $context) {
  $block = new stdClass();
  $block->title = t('Provides links to administer Webforms.');
  return $block;
}