You are here

function auto_entitylabel_paranoia_hide_permissions in Paranoia 7

Same name and namespace in other branches
  1. 8 paranoia.module \auto_entitylabel_paranoia_hide_permissions()

Implements hook_paranoia_hide_permissions().

On behalf of auto_entitylabel.module.

File

./paranoia.module, line 331
Paranoia module file. Provides various extra security features.

Code

function auto_entitylabel_paranoia_hide_permissions() {
  return array(
    'use PHP for label patterns',
  );
}