public static function FieldXssTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php, line 26
Definition of Drupal\views\Tests\Handler\FieldXssTest.

Class

FieldXssTest
Tests the core Drupal\views\Plugin\views\field\Xss handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Field: XSS',
    'description' => 'Test the core Drupal\\views\\Plugin\\views\\field\\Xss handler.',
    'group' => 'Views Handlers',
  );
}