Skip to content

Instantly share code, notes, and snippets.

@miteshmap
Created June 1, 2018 06:19
Show Gist options
  • Select an option

  • Save miteshmap/3633f4d818c518677a7d529e55c9f8a6 to your computer and use it in GitHub Desktop.

Select an option

Save miteshmap/3633f4d818c518677a7d529e55c9f8a6 to your computer and use it in GitHub Desktop.
Drupal 8: Service Decorators: custom_decorator_override.yml
services:
custom_decorator_override.base:
class: Drupal\custom_decorator_override\OriginalServiceOverride
decorates: custom_decorator_base.base
decoration_priority: 9
public: false
arguments: ['@custom_decorator_override.base.inner', '@request_stack']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment