function apachesolr_confgen_clone_qp in Apache Solr Config Generator 6
Same name and namespace in other branches
- 7 apachesolr_confgen.module \apachesolr_confgen_clone_qp()
File
- ./
apachesolr_confgen.module, line 83 - Generator for Apache Solr Configuration Files.
Code
function apachesolr_confgen_clone_qp($qp) {
return qp($qp
->find(':root')
->xml(), NULL, array(
'use_parser' => 'xml',
));
}