function taxonomy_xml_perm in Taxonomy import/export via XML 6.2
Same name and namespace in other branches
- 6 taxonomy_xml.module \taxonomy_xml_perm()
Implementation of hook_perm().
File
- ./
taxonomy_xml.module, line 212 - This module makes it possible to import and export taxonomies as XML documents.
Code
function taxonomy_xml_perm() {
return array(
'export taxonomy',
);
}