Initial Drupal 11 with DDEV setup

This commit is contained in:
gluebox
2025-10-08 11:39:17 -04:00
commit 89ef74b305
25344 changed files with 2599172 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?php
/**
* @file
* Post update functions for Rest.
*/
/**
* Implements hook_removed_post_updates().
*/
function rest_removed_post_updates(): array {
return [
'rest_post_update_create_rest_resource_config_entities' => '9.0.0',
'rest_post_update_resource_granularity' => '9.0.0',
'rest_post_update_161923' => '9.0.0',
'rest_post_update_delete_settings' => '10.0.0',
];
}