toRequirementsArray($checks->filterWarningAndErrors(), TRUE); } /** * Implements hook_uninstall(). */ function purge_uninstall() { if (\Drupal::database()->schema()->tableExists('purge_queue')) { \Drupal::database()->schema()->dropTable('purge_queue'); } }