You are here

function replication_perm in Replication 5.0

Same name and namespace in other branches
  1. 5 replication.module \replication_perm()

File

./replication.module, line 24

Code

function replication_perm() {
  return array(
    'administer replication',
  );
}