You are here

function clients_resource_remote_views_block_clients_resource_type_info in Web Service Clients 7.3

Implements hook_clients_resource_type_info().

File

resources/clients_resource_remote_views_block/clients_resource_remote_views_block.module, line 35
clients_resource_remote_views_block.module TODO: Enter file description here.

Code

function clients_resource_remote_views_block_clients_resource_type_info() {
  return array(
    'remote_view_block' => array(
      'label' => t('Remote views block'),
      'description' => t('Provides a block based on a Views block on a remote Drupal site.'),
    ),
  );
}