function tracker_uninstall

Same name and namespace in other branches
  1. 7.x modules/tracker/tracker.install \tracker_uninstall()
  2. 9 core/modules/tracker/tracker.install \tracker_uninstall()
  3. 8.9.x core/modules/tracker/tracker.install \tracker_uninstall()
  4. 10 core/modules/tracker/tracker.install \tracker_uninstall()

Implements hook_uninstall().

File

core/modules/tracker/tracker.install, line 11

Code

function tracker_uninstall() {
    \Drupal::state()->delete('tracker.index_nid');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.