We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d8b5f commit 5b402feCopy full SHA for 5b402fe
asu_degree_rfi.install
@@ -117,6 +117,13 @@ function asu_degree_rfi_update_9009(&$sandbox) {
117
_asu_degree_rfi_revert_all_module_config();
118
}
119
120
+/**
121
+ * Revert all the module config.
122
+ */
123
+function asu_degree_rfi_update_9010(&$sandbox) {
124
+ _asu_degree_rfi_revert_all_module_config();
125
+}
126
+
127
function _asu_degree_rfi_revert_all_module_config() {
128
// Get this module name.
129
$module = \Drupal::service('module_handler')
0 commit comments