function book_uninstall
Same name in other branches
- 7.x modules/book/book.install \book_uninstall()
- 9 core/modules/book/book.install \book_uninstall()
- 10 core/modules/book/book.install \book_uninstall()
- 11.x core/modules/book/book.install \book_uninstall()
Implements hook_uninstall().
File
-
core/
modules/ book/ book.install, line 11
Code
function book_uninstall() {
// Clear book data out of the cache.
\Drupal::cache('data')->deleteAll();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.