Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Berdir
Created December 19, 2016 19:45
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 Berdir/33a31b1e98caf080dae78adb731dba4c to your computer and use it in GitHub Desktop.
Save Berdir/33a31b1e98caf080dae78adb731dba4c to your computer and use it in GitHub Desktop.
/**
* {@inheritdoc}
*/
public function build() {
return array(
'foo' => ['#markup' => \Drupal::request()->getRequestUri()],
'#cache' => ['contexts' => ['url.path', 'url.query_args']],
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment