1KA_F2F/frontend/drupal9/web/modules/contrib/xmlsitemap/xmlsitemap.post_update.php

14 lines
220 B
PHP
Raw Normal View History

2021-07-27 14:46:32 +02:00
<?php
/**
* @file
* Post update functions for XML Sitemap.
*/
/**
* Force cache clear for new hook_entity_type_build().
*/
function xmlsitemap_post_update_entity_type_build_hook() {
// Empty post-update hook.
}