File
- drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTextTest.php, line 26
- Definition of Drupal\views\Tests\Handler\AreaTextTest.
Class
- AreaTextTest
- Tests the text area handler.
Namespace
Drupal\views\Tests\Handler
Code
public static function getInfo() {
return array(
'name' => 'Area: Text',
'description' => 'Test the core views_handler_area_text handler.',
'group' => 'Views Handlers',
);
}