public static function ArgumentDateTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php, line 35
Contains \Drupal\views\Tests\Handler\ArgumentDateTest.

Class

ArgumentDateTest
Tests the core date argument handlers.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Argument: Date',
    'description' => 'Tests the core date argument handler.',
    'group' => 'Views Handlers',
  );
}