public static function viewsHandlerArgumentCommentUserUidTest::getInfo
3.x views_handler_argument_comment_user_uid.test | public static viewsHandlerArgumentCommentUserUidTest::getInfo() |
1 method overrides viewsHandlerArgumentCommentUserUidTest::getInfo()
File
- tests/
comment/ views_handler_argument_comment_user_uid.test, line 12 - Definition of viewsHandlerArgumentCommentUserUidTest.
Class
- viewsHandlerArgumentCommentUserUidTest
- Tests the argument_comment_user_uid handler.
Code
public static function getInfo() {
return array(
'name' => 'Tests handler argument_comment_user_uid',
'description' => 'Tests the user posted or commented argument handler',
'group' => 'Views Modules',
);
}