Skip to content

Commit

Permalink
revert install file
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Dec 13, 2023
1 parent 0211fec commit 07c092a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/metastore/metastore.install
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,3 @@ function metastore_update_8007() {
$config = \Drupal::service('config.factory')->getEditable('node.type.data');
$config->set('preview_mode', 1)->save();
}


/**
* Restore the preveiw button on data form.
*/
function metastore_update_8008() {
$all = \Drupal::service('dkan.metastore.service')->getAll('data-dictionary');
print_r($all)
}

0 comments on commit 07c092a

Please sign in to comment.