Yaffs site version 1.1
[yaffs-website] / vendor / drush / drush / drush.api.php
index 21a9aa8684515e28633b11b193cff49ebd440c48..6b99d9ddb074f674492ff3feb4c4710807649dab 100644 (file)
@@ -420,22 +420,6 @@ function hook_drush_invoke_alter($modules, $hook) {
   }
 }
 
-/*
- * Storage filters alter the .yml files on disk after a config-export or before
- * a config-import. See `drush topic docs-config-filter` and config_drush_storage_filters().
- */
-function hook_drush_storage_filters() {
-  $result = array();
-  $module_adjustments = drush_get_option('skip-modules');
-  if (!empty($module_adjustments)) {
-    if (is_string($module_adjustments)) {
-      $module_adjustments = explode(',', $module_adjustments);
-    }
-    $result[] = new CoreExtensionFilter($module_adjustments);
-  }
-  return $result;
-}
-
 /**
  * @} End of "addtogroup hooks".
  */