Skip to content

Instantly share code, notes, and snippets.

@pounard
Forked from msonnabaum/gist:2989558
Created June 25, 2012 16:26
Show Gist options
  • Save pounard/2989577 to your computer and use it in GitHub Desktop.
Save pounard/2989577 to your computer and use it in GitHub Desktop.
<?php
namespace Drupal\my_module\Plugins\Blocks;
/**
* @Plugin(
* type="menu_block",
* title="Menu Block",
* description="A block for displaying system or user generated menus."
* )
*/
class SystemBlock extends BlockPlugin {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment