You are here

function weight_perm in Weight 5

Same name and namespace in other branches
  1. 6 weight.module \weight_perm()

File

./weight.module, line 51

Code

function weight_perm() {
  return array(
    'assign node weight',
  );
}