File
- drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/ArgumentUserUIDTest.php, line 22
- Contains \Drupal\comment\Tests\Views\ArgumentUserUIDTest.
Class
- ArgumentUserUIDTest
- Tests the argument_comment_user_uid handler.
Namespace
Drupal\comment\Tests\Views
Code
public static function getInfo() {
return array(
'name' => 'Comment: User UID Argument',
'description' => 'Tests the user posted or commented argument handler.',
'group' => 'Views module integration',
);
}