getModulePath($module_name) . '/' . ConfigActionsServiceInterface::CONFIG_ACTIONS_CONFIG_DIR; if (is_dir($action_dir)) { // Enable autoExecute mode to skip any actions marked with "auto:false" $configActions->autoExecute(TRUE); $configActions->importAction($module_name); } } }