You are here

public function LocationMapBlock::build in Location Map 8.2

Implements \Drupal\block\BlockBase::build().

File

lib/Drupal/locationmap/Plugin/block/block/LocationMapBlock.php, line 40
Contains \Drupal\locationmap\Plugin\block\block\LocationMapBlock.

Class

LocationMapBlock
Provides a block with a static map in it.

Namespace

Drupal\locationmap\Plugin\block\block

Code

public function build() {
  return array(
    '#items' => 'Foo',
  );
}