You are here

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

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

File

tests/src/Unit/Plugin/Block/PrintableLinkBlockTest.php, line 34

Class

PrintableLinkBlockTest
Tests the printable links block plugin.

Namespace

Drupal\Tests\printable\Unit\Plugin\Block

Code

public static function getInfo() {
  return [
    'name' => 'Printable Block',
    'descriptions' => 'Tests the printable block plugin class.',
    'group' => 'Printable',
  ];
}