File
- drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/DerivativeTest.php, line 15
- Definition of Drupal\system\Tests\Plugin\DerivativeTest.
Class
- DerivativeTest
- Tests that derivative plugins are correctly discovered.
Namespace
Drupal\system\Tests\Plugin
Code
public static function getInfo() {
return array(
'name' => 'Derivative Discovery',
'description' => 'Tests that derivative plugins are correctly discovered.',
'group' => 'Plugin API',
);
}