function _bc_bundle_export_ignore in Bundle Copy 7.2
Same name and namespace in other branches
- 7 bundle_copy.module \_bc_bundle_export_ignore()
Helper function to ignore a bundle on export.
1 string reference to '_bc_bundle_export_ignore'
- bundle_copy_bundle_copy_info in ./
bundle_copy.module - Implements hook_bundle_copy_info().
File
- ./
bundle_copy.module, line 637 - Bundle copy.
Code
function _bc_bundle_export_ignore($name) {
}