public static function ArgumentUserUIDTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Comment/ArgumentUserUIDTest.php, line 22
Definition of Drupal\views\Tests\Comment\ArgumentUserUIDTest.

Class

ArgumentUserUIDTest
Tests the argument_comment_user_uid handler.

Namespace

Drupal\views\Tests\Comment

Code

public static function getInfo() {
  return array(
    'name' => 'Comment: User UID Argument',
    'description' => 'Tests the user posted or commented argument handler.',
    'group' => 'Views Modules',
  );
}