public static function ArgumentUserUIDTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Comment/ ArgumentUserUIDTest.php, line 15 - Definition of Drupal\views\Tests\Comment\ArgumentUserUIDTest.
Class
- ArgumentUserUIDTest
- Tests the argument_comment_user_uid handler.
Namespace
Drupal\views\Tests\CommentCode
public static function getInfo() {
return array(
'name' => 'Comment: User UID Argument',
'description' => 'Tests the user posted or commented argument handler.',
'group' => 'Views Modules',
);
}