C
Size: a a a
C
C
'image_alternative' => [
'#type' => 'inline_template',
'#template' => '<a href="#" class="cke-icon-only" role="button" title="' . $this->t('Language') . '" aria-label="' . $this->t('Language') . '"><span class="cke_button_icon cke_button__language_icon">' . $this->t('Language') . '</span></a>',
],
C
AP
C
AP
C
AP
C
C
$build = new \Drupal\Component\Render\FormattableMarkup('@name', [~0.02ms
'@name' => 'test',
]); echo (string)$build;
C
C
I<
I<
C
ИЛ
N
VS
I<
$renderer = \Drupal::service('renderer');
$start = microtime(TRUE);
$build = [
'#type' => 'inline_template',
'#template' => "{{ 'Тест'|lower }}",
];
$output = $renderer->renderRoot($build);
$end = microtime(TRUE);
echo round(1000 * ($end - $start), 3), " ms\n";
I<