You are here

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

File

lib/Drupal/views/Tests/Plugin/JoinTest.php, line 26
Definition of Drupal\views\Tests\Plugin\JoinTest.

Class

JoinTest
Tests a generic join plugin and the join plugin base.

Namespace

Drupal\views\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Join',
    'description' => 'Tests the join plugin.',
    'group' => 'Views Plugins',
  );
}