Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed Apr 29, 2024
1 parent 92157e2 commit 7a214b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
16 changes: 0 additions & 16 deletions config/update/thunder_update_8327.yml

This file was deleted.

18 changes: 0 additions & 18 deletions modules/thunder_xymatic/graphql/thunder_xymatic.extension.graphqls
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
type MediaXymatic implements Video & Media & Entity{
id: Int!
uuid: String!
entity: String!
language: String
name: String!
url: String!
entityLinks: EntityLinks

created: String!
changed: String!
author: User
thumbnail: Thumbnail
published: Boolean
fallbackMedia: Media

src: String
}
14 changes: 0 additions & 14 deletions thunder.install
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,3 @@ function _thunder_mark_update_checklist(string $update_id, bool $successful, Upd
function thunder_update_last_removed(): int {
return 8327;
}

/**
* Allow multiple media types to be shown in entity browser view.
*/
function thunder_update_8327(): string {
/** @var \Drupal\update_helper\Updater $updater */
$updater = \Drupal::service('update_helper.updater');

// Execute configuration update definitions with logging of success.
$updater->executeUpdate('thunder', 'thunder_update_8327');

// Output logged messages to related channel of update execution.
return $updater->logger()->output();
}

0 comments on commit 7a214b8

Please sign in to comment.