You are here

function total_control_entityqueue_content_type_admin_info in Total Control Admin Dashboard 7.2

'Admin info' callback for the content type.

File

plugins/content_types/entityqueue.inc, line 30

Code

function total_control_entityqueue_content_type_admin_info($subtype = NULL, $conf = NULL, $context = NULL) {
  $block = new stdClass();
  $block->title = t('Provides links to manage EntityQueues.');
  return $block;
}