Initial Drupal 11 with DDEV setup
This commit is contained in:
15
web/core/modules/contextual/contextual.post_update.php
Normal file
15
web/core/modules/contextual/contextual.post_update.php
Normal file
@ -0,0 +1,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',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user