secure_permissions_variable

Versions
secure_permissions
secure_permissions_variable($name)

Internal variable hook.

Parameters

$name The name of the variable to return.

Return value

The value of the variable.

Code

./secure_permissions.module, line 46

<?php
function secure_permissions_variable($name) {
  if (!empty($name)) {
    return variable_get($name, constant(strtoupper($name)));
  }
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List