Skip to content

Instantly share code, notes, and snippets.

@esolitos
Created August 30, 2018 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esolitos/6163c1f1d056353355e3ef490a677913 to your computer and use it in GitHub Desktop.
Save esolitos/6163c1f1d056353355e3ef490a677913 to your computer and use it in GitHub Desktop.
Placeholder strategies in Drupal 8

Documentation regarding Placeholder strategies in Drupal 8

BigPipe references

  placeholder_strategy.big_pipe:
    class: Drupal\big_pipe\Render\Placeholder\BigPipeStrategy
    arguments: ['@session_configuration', '@request_stack', '@current_route_match']
    tags:
      - { name: placeholder_strategy, priority: 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment