drupal 8 - Revert Feature through drush updb -
i facing issue in reverting feature through drush updb. can on this. below code provided:
function vajra_main_update_8006(&$sandbox) { \drupal::service('config_import.features_importer')->importfeatures(['bdx_market ','bdx_community', 'vajra_homefinder']); } these custom features : ['bdx_market ','bdx_community', 'vajra_homefinder'].
any appreciated.
Comments
Post a Comment