You are here

public static function FieldFileSizeTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php, line 17
Definition of Drupal\views\Tests\Handler\FieldFileSizeTest.

Class

FieldFileSizeTest
Tests the core Drupal\views\Plugin\views\field\FileSize handler.

Namespace

Drupal\views\Tests\Handler

Code

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