fileupload_perm

  1. drupal
    1. 4.7
    2. 5
Versions
4.7 – 5 fileupload_perm()

Implementation of hook_perm.

Code

developer/examples/fileupload.module, line 38

<?php
function fileupload_perm() {
  return array('create files');
}
?>