function BlockContent::invalidateBlockPluginCache
Same name in other branches
- 9 core/modules/block_content/src/Entity/BlockContent.php \Drupal\block_content\Entity\BlockContent::invalidateBlockPluginCache()
- 8.9.x core/modules/block_content/src/Entity/BlockContent.php \Drupal\block_content\Entity\BlockContent::invalidateBlockPluginCache()
- 11.x core/modules/block_content/src/Entity/BlockContent.php \Drupal\block_content\Entity\BlockContent::invalidateBlockPluginCache()
Invalidates the block plugin cache after changes and deletions.
2 calls to BlockContent::invalidateBlockPluginCache()
- BlockContent::postDelete in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Acts on deleted entities before the delete hook is invoked.
- BlockContent::postSave in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Acts on a saved entity before the insert or update hook is invoked.
File
-
core/
modules/ block_content/ src/ Entity/ BlockContent.php, line 269
Class
- BlockContent
- Defines the content block entity class.
Namespace
Drupal\block_content\EntityCode
protected static function invalidateBlockPluginCache() {
// Invalidate the block cache to update content block-based derivatives.
\Drupal::service('plugin.manager.block')->clearCachedDefinitions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.