Skip to content

Instantly share code, notes, and snippets.

@miteshmap
Last active June 1, 2018 06:41
Show Gist options
  • Select an option

  • Save miteshmap/4e08d2f31c1bea985f48afb00dd14afc to your computer and use it in GitHub Desktop.

Select an option

Save miteshmap/4e08d2f31c1bea985f48afb00dd14afc to your computer and use it in GitHub Desktop.
Drupal 8: Service Decorators: sample.php
<?php
$base = \Drupal::service('custom_decorator_base.base');
print $base->helper();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment