function feeds_ex_uninstall in Feeds extensible parsers 8
Same name and namespace in other branches
- 7 feeds_ex.install \feeds_ex_uninstall()
Implements hook_uninstall().
File
- ./
feeds_ex.install, line 11 - Install/enable/update hooks for feeds_ex.
Code
function feeds_ex_uninstall() {
\Drupal::state()
->delete('feeds_ex_jmespath_compile_dir');
}