You are here

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

File

lib/Drupal/views/Tests/Handler/FieldDateTest.php, line 15
Definition of Drupal\views\Tests\Handler\FieldDateTest.

Class

FieldDateTest
Tests the core Drupal\views\Plugin\views\field\Date handler.

Namespace

Drupal\views\Tests\Handler

Code

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