public static function FactoryTest::getInfo

File

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

Class

FactoryTest
Tests that plugins are correctly instantiated.

Namespace

Drupal\system\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Factory',
    'description' => 'Tests that plugins are correctly instantiated.',
    'group' => 'Plugin API',
  );
}