blogapi_perm

Definition

blogapi_perm()
modules/blogapi/blogapi.module, line 25

Description

Implementation of hook_perm().

Code

<?php
function blogapi_perm() {
  return array('administer content with blog api');
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.