You are here

function menu_position_post_update_clear_rebuild_for_entity_query_removal in Menu Position 8

Implements hook_post_update_NAME().

File

./menu_position.post_update.php, line 19
Post update functions for Menu Position.

Code

function menu_position_post_update_clear_rebuild_for_entity_query_removal() {

  // Trigger a cache rebuild for the removal entity.query argument since it's
  // deprecated in Drupal 9.
  // @see https://www.drupal.org/node/2849874
}