Skip to content
Snippets Groups Projects

Issue #3522738: Added hook_uninstall.

Closes #3522738

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
Loading