You are here

public static function PrintableLinkBuilderTest::getInfo in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x tests/src/Unit/PrintableLinkBuilderTest.php \Drupal\Tests\printable\Unit\PrintableLinkBuilderTest::getInfo()

File

tests/src/Unit/PrintableLinkBuilderTest.php, line 19

Class

PrintableLinkBuilderTest
Tests the print format plugin.

Namespace

Drupal\Tests\printable\Unit

Code

public static function getInfo() {
  return [
    'name' => 'Printable Link Builder',
    'descriptions' => 'Tests the printable link builder class.',
    'group' => 'Printable',
  ];
}