php 树枝模板输出

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 树枝模板输出相关的知识,希望对你有一定的参考价值。

<?php
//php/web/modules/custom/desk_manager/src/Controller/Desk.php
public function output(DeskManager $desk) : array{
    $template_path = drupal_get_path('module', 'desk_manager').'/templates/desk.html.twig';
    $template = file_get_contents($template_path);

    $build = [
      '#title' => $desk->label ? 'Desk manager: ' . $desk->label : 'Desk manager',
      '#type' => 'inline_template',
      '#template' => $template,
      '#context' => [
        'desk' => $desk,
      ],
    ];
    return $build;
  }

以上是关于php 树枝模板输出的主要内容,如果未能解决你的问题,请参考以下文章

PHP将html放在树枝变量中?

如何在Symfony2中将json渲染成树枝

Django 的树枝

SonataFormatterBundle 树枝扩展:未定义模板“...”

获取树枝模板文件中使用的所有变量[重复]

阵列随机洗牌,同时在树枝中有约 500 行