/** * Uninstalls the package. Removes any blocks, themes, or pages associated with the package. */ public function uninstall() { return parent::uninstall(); }