public static function PluginBagTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginBagTest.php, line 21
Contains \Drupal\system\Tests\Plugin\PluginBagTest.

Class

PluginBagTest
Tests the generic plugin bag.

Namespace

Drupal\system\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Plugin Bag',
    'description' => 'Tests the generic plugin bag.',
    'group' => 'Plugin API',
  );
}