public static function PrintFormatTest::getInfo in Printer and PDF versions for Drupal 8+ 8
Same name and namespace in other branches
- 2.x tests/src/Unit/Plugin/PrintableFormat/PrintFormatTest.php \Drupal\Tests\printable\Unit\Plugin\PrintableFormat\PrintFormatTest::getInfo()
File
- tests/
src/ Unit/ Plugin/ PrintableFormat/ PrintFormatTest.php, line 55
Class
- PrintFormatTest
- Tests the print format plugin.
Namespace
Drupal\Tests\printable\Unit\Plugin\PrintableFormatCode
public static function getInfo() {
return [
'name' => 'Printable Format Base',
'descriptions' => 'Tests the printable format base class.',
'group' => 'Printable',
];
}