Created
September 1, 2016 14:58
-
-
Save init90/da23e413684c3ac69a7c80d0213120a3 to your computer and use it in GitHub Desktop.
Drupal 8, clean cache by tag.
This file contains 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 local task cache by tag. | |
\Drupal\Core\Cache\Cache::invalidateTags(['config:block.block.icareix_local_tasks']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment