Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2.  
  3. namespace DrupaltcmbPluginBlock;
  4.  
  5. use DrupalCoreBlockBlockBase;
  6.  
  7. /**
  8. * Provides a 'Tcmb Currency' block.
  9. *
  10. * @Block (
  11. * id = "tcmb_currency_block",
  12. * admin_label = @Translation("Tcmb: currency"),
  13. * category = @Translation("Tcmb")
  14. * )
  15. */
  16.  
  17. /**
  18. * Display TCMB currencies as a block.
  19. */
  20. class TcmbCurrencyBlock extends BlockBase {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement