Skip to main content
Home
Drupal API Help
Helping Drupal Community, One API at a time

Main menu

  • Home
  • Drupal Core
  • Getting Help

You are here

Home » API reference » Taxonomy Term Depth 8 » taxonomy_term_depth.install

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();
}

API Navigation

  • Taxonomy Term Depth 8
  • Classes
  • Functions
  • Files
  • Namespaces
  • Services
  • Constants

Drupal is a registered trademark of Dries Buytaert. This site is not affiliated with Dries Buytaert, Drupal Association or Drupal.org.