Skip to content
Snippets Groups Projects
Commit d1d4c813 authored by jrockowitz's avatar jrockowitz
Browse files

Minor tweak

parent 57250732
No related branches found
No related tags found
No related merge requests found
Pipeline #393861 passed
......@@ -116,7 +116,7 @@ function schemadotorg_jsonld_page_attachments_alter(array &$page): void {
* Implements hook_cache_flush().
*/
function schemadotorg_jsonld_cache_flush(): void {
// Ensure the variatio cache is cleared for JSON-LD.
// Ensure the variation cache is cleared for JSON-LD.
/** @var \Drupal\Core\Cache\CacheFactory $cache_factory */
$cache_factory = \Drupal::service('cache_factory');
$cache_factory->get('schemadotorg_jsonld')->deleteAll();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment