Mercurial > hg > isophonics-drupal-site
annotate core/modules/migrate_drupal/migrate_drupal.post_update.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@18 | 1 <?php |
Chris@18 | 2 |
Chris@18 | 3 /** |
Chris@18 | 4 * @file |
Chris@18 | 5 * Post update functions for migrate_drupal. |
Chris@18 | 6 */ |
Chris@18 | 7 |
Chris@18 | 8 /** |
Chris@18 | 9 * Force MigrateField plugin definitions to be cleared. |
Chris@18 | 10 * |
Chris@18 | 11 * @see https://www.drupal.org/node/3006470 |
Chris@18 | 12 */ |
Chris@18 | 13 function drupal_migrate_post_update_clear_migrate_field_plugin_cache() { |
Chris@18 | 14 // Empty post-update hook. |
Chris@18 | 15 } |