public static function InspectionTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/InspectionTest.php, line 15
Definition of Drupal\system\Tests\Plugin\InspectionTest

Class

InspectionTest
Tests that plugins implementing PluginInspectionInterface are inspectable.

Namespace

Drupal\system\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Inspection',
    'description' => 'Tests that plugins implementing PluginInspectionInterface are inspectable.',
    'group' => 'Plugin API',
  );
}