public static function PrintableEntityManagerTest::getInfo in Printer and PDF versions for Drupal 8+ 8
Same name and namespace in other branches
- 2.x tests/src/Unit/PrintableEntityManagerTest.php \Drupal\Tests\printable\Unit\PrintableEntityManagerTest::getInfo()
File
- tests/
src/ Unit/ PrintableEntityManagerTest.php, line 18
Class
- PrintableEntityManagerTest
- Tests the printable entity manager plugin.
Namespace
Drupal\Tests\printable\UnitCode
public static function getInfo() {
return [
'name' => 'Printable Entity Manager',
'descriptions' => 'Tests the printable entity manager class.',
'group' => 'Printable',
];
}