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