public static function HandlerArgumentUserUidTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerArgumentUserUidTest.php, line 22
Contains \Drupal\user\Tests\Views\HandlerArgumentUserUidTest.

Class

HandlerArgumentUserUidTest
Tests views user uid argument handler.

Namespace

Drupal\user\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'User: Uid Argument',
    'description' => 'Tests the handler of the user: uid Argument.',
    'group' => 'Views module integration',
  );
}