You are here

function lingotek_removed_post_updates in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 4.0.x lingotek.post_update.php \lingotek_removed_post_updates()
  2. 3.0.x lingotek.post_update.php \lingotek_removed_post_updates()
  3. 3.1.x lingotek.post_update.php \lingotek_removed_post_updates()
  4. 3.2.x lingotek.post_update.php \lingotek_removed_post_updates()
  5. 3.3.x lingotek.post_update.php \lingotek_removed_post_updates()
  6. 3.5.x lingotek.post_update.php \lingotek_removed_post_updates()
  7. 3.6.x lingotek.post_update.php \lingotek_removed_post_updates()
  8. 3.7.x lingotek.post_update.php \lingotek_removed_post_updates()
  9. 3.8.x lingotek.post_update.php \lingotek_removed_post_updates()

Implements hook_removed_post_updates().

File

./lingotek.post_update.php, line 32
Post update functions for Lingotek.

Code

function lingotek_removed_post_updates() {
  return [
    'lingotek_post_update_lingotek_manage_lingotek_translations_permission' => '3.0.0',
    'lingotek_post_update_lingotek_metadata_dependencies' => '3.0.0',
    'lingotek_post_update_lingotek_content_metadata_job_id' => '3.0.0',
    'lingotek_post_update_lingotek_config_metadata_job_id' => '3.0.0',
    'lingotek_post_update_lingotek_profile_auto_request' => '3.0.0',
  ];
}