public static function AreaEntityTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php, line 34
Contains \Drupal\views\Tests\Handler\AreaEntityTest.

Class

AreaEntityTest
Tests the generic entity area handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Area: Entity',
    'description' => 'Tests the generic entity area handler.',
    'group' => 'Views Handlers',
  );
}