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