Issue #3522738: Added hook_uninstall.
1 open thread
Closes #3522738
Merge request reports
Activity
23 23 function feature_toggle_page_attachments(array &$attachments) { 24 24 return \Drupal::service(FeatureToggleHooks::class)->pageAttachments($attachments); 25 25 } 26 27 /** 28 * Implements hook_uninstall(). 29 */ 30 function feature_toggle_uninstall() {
Please register or sign in to reply