Skip to content

Instantly share code, notes, and snippets.

@init90
Last active July 13, 2018 21:48
Show Gist options
  • Save init90/8b4c48c0293073a4a7de625ef4be5b57 to your computer and use it in GitHub Desktop.
Save init90/8b4c48c0293073a4a7de625ef4be5b57 to your computer and use it in GitHub Desktop.
Drupal 8, clean menu cache. In this case for 'account' menu.
// Clean 'account' menu cache.
\Drupal\Core\Cache\Cache::invalidateTags(['config:system.menu.account']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment