You are here

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

File

lib/Drupal/views/Tests/Handler/AreaTest.php, line 25
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',
  );
}