Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
devel_node_access_views_arguments()
contributions/devel/devel_node_access.module, line 226
<?php
function devel_node_access_views_arguments() {
$arguments =
array('realm' =>
array('name' => t('Node Access: Realm'),
'handler' => 'dna_handler_arg_realm',
),
);
return $arguments;
}
?>