function bueditor_import_all in BUEditor 7
Same name and namespace in other branches
- 6.2 admin/bueditor.admin.inc \bueditor_import_all()
Import all from 'bueditor/import' directory.
1 call to bueditor_import_all()
- bueditor_install in ./
bueditor.install - Implements hook_install()
File
- admin/
bueditor.admin.inc, line 1068
Code
function bueditor_import_all() {
foreach (bueditor_importable_names() as $name) {
bueditor_import_by_name($name);
}
}