function taxonomy_term_depth_update_8005 in Taxonomy Term Depth 8
Update entity schema.
File
- ./
taxonomy_term_depth.install, line 71 - Install file.
Code
function taxonomy_term_depth_update_8005() {
taxonomy_term_depth_uninstall();
taxonomy_term_depth_install();
\Drupal::entityTypeManager()
->clearCachedDefinitions();
\Drupal::entityDefinitionUpdateManager()
->applyUpdates();
}