You are here

function clients_resource_remote_views_block_block_view in Web Service Clients 7.3

Implements hook_block_view().

File

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

Code

function clients_resource_remote_views_block_block_view($delta = '') {
  $resource = clients_resource_get_for_component('remote_view_block', $delta);
  $block = $resource
    ->hook_block_view();
  return $block;
}