Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- use Drupal\Component\Plugin\Plugin;
- use Drupal\Core\Annotation\Translation;
- /**
- * @Plugin(
- * plugin_id = "roses",
- * title = @Translation("Roses"),
- * description = @Translation("Roses are red.")
- * )
- */
Advertisement
Add Comment
Please, Sign In to add comment