EclipseGc

Untitled

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