public static function FieldCounterTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Handler/ FieldCounterTest.php, line 15 - Definition of Drupal\views\Tests\Handler\FieldCounterTest.
Class
- FieldCounterTest
- Tests the Drupal\views\Plugin\views\field\Counter handler.
Namespace
Drupal\views\Tests\HandlerCode
public static function getInfo() {
return array(
'name' => 'Field: Counter',
'description' => 'Tests the Drupal\\views\\Plugin\\views\\field\\Counter handler.',
'group' => 'Views Handlers',
);
}