public static function PrintableLinksBlockTest::getInfo in Printer and PDF versions for Drupal 8+ 8
Same name and namespace in other branches
- 2.x tests/src/Unit/Plugin/Derivative/PrintableLinksBlockTest.php \Drupal\Tests\printable\Unit\Plugin\Derivative\PrintableLinksBlockTest::getInfo()
File
- tests/
src/ Unit/ Plugin/ Derivative/ PrintableLinksBlockTest.php, line 18
Class
- PrintableLinksBlockTest
- Tests the printable links block plugin derivative..
Namespace
Drupal\Tests\printable\Unit\Plugin\DerivativeCode
public static function getInfo() {
return [
'name' => 'Printable Block Derivative',
'descriptions' => 'Tests the printable block plugin derivative class.',
'group' => 'Printable',
];
}