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', ]; }