EclipseGc

Untitled

Jul 12th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. use Drupal\Component\Plugin\Plugin;
  2. use Drupal\Core\Annotation\Translation;
  3.  
  4. /**
  5.  * @Plugin(
  6.  *   plugin_id = "roses",
  7.  *   title = @Translation("Roses"),
  8.  *   description = @Translation("Roses are red.")
  9.  * )
  10.  */
Advertisement
Add Comment
Please, Sign In to add comment