Last active
July 13, 2018 21:48
-
-
Save init90/8b4c48c0293073a4a7de625ef4be5b57 to your computer and use it in GitHub Desktop.
Drupal 8, clean menu cache. In this case for 'account' menu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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