You are here

protected property PdfUsingMpdfTestBase::$types in PDF using mPDF 8.2

Content types

Type: array

File

tests/src/Functional/PdfUsingMpdfTestBase.php, line 52

Class

PdfUsingMpdfTestBase
Class PdfUsingMpdfTestBase @package Drupal\Tests\pdf_using_mpdf\Functional

Namespace

Drupal\Tests\pdf_using_mpdf\Functional

Code

protected $types = [
  [
    'id' => 'type_a',
    'label' => 'Type A',
  ],
  [
    'id' => 'type_b',
    'label' => 'Type B',
  ],
  [
    'id' => 'type_c',
    'label' => 'Type C',
  ],
];