You are here

function openlayers_examples_block_view in Openlayers 7.3

Implements hook_block_view().

File

modules/openlayers_examples/openlayers_examples.module, line 265
Openlayers Examples.

Code

function openlayers_examples_block_view($delta) {
  return array(
    'subject' => '',
    'content' => drupal_get_form('openlayers_examples'),
  );
}