function node_configurable_language_delete
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
File
-
core/
modules/ node/ node.module, line 1271
Code
function node_configurable_language_delete(ConfigurableLanguageInterface $language) {
// On nodes with this language, unset the language.
\Drupal::entityTypeManager()->getStorage('node')
->clearRevisionsLanguage($language);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.