summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/contextual/contextual.post_update.php
blob: 1e4c53e8bb898289971bc26c78813c680ba6e7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * @file
 * Post update functions for Contextual Links.
 */

/**
 * Implements hook_removed_post_updates().
 */
function contextual_removed_post_updates(): array {
  return [
    'contextual_post_update_fixed_endpoint_and_markup' => '9.0.0',
  ];
}