summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/language/language.module
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/language/language.module')
-rw-r--r--core/modules/language/language.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/modules/language/language.module b/core/modules/language/language.module
index 34a433aa599..30fedc6e3b6 100644
--- a/core/modules/language/language.module
+++ b/core/modules/language/language.module
@@ -218,15 +218,6 @@ function language_configuration_element_submit(&$form, FormStateInterface $form_
}
/**
- * Implements hook_entity_bundle_rename().
- */
-function language_entity_bundle_rename($entity_type_id, $bundle_old, $bundle_new) {
- ContentLanguageSettings::loadByEntityTypeBundle($entity_type_id, $bundle_old)
- ->setTargetBundle($bundle_new)
- ->save();
-}
-
-/**
* Implements hook_entity_bundle_delete().
*/
function language_entity_bundle_delete($entity_type_id, $bundle) {