info.php.tpl.php 117 B

1234567
  1. <?= "<?php\n" ?>
  2. declare(strict_types=1);
  3. return [
  4. 'id' => '<?= $id ?>',
  5. 'name' => '<?= $description ?>',
  6. ];